ChatL10nAr class
Arabic l10n which extends ChatL10n.
Constructors
- ChatL10nAr({String attachmentButtonAccessibilityLabel = 'إرسال الوسائط', String emptyChatPlaceholder = 'لا يوجد رسائل هنا بعد', String fileButtonAccessibilityLabel = 'ملف', String inputPlaceholder = 'الرسالة', String sendButtonAccessibilityLabel = 'إرسال', String unreadMessagesLabel = 'الرسائل غير المقروءة'})
 - 
          Creates Arabic l10n. Use this constructor if you want to
override only a couple of properties, otherwise create a new class
which extends ChatL10n.
            const
 
Properties
- attachmentButtonAccessibilityLabel → String
 - 
  Accessibility label (hint) for the attachment button.
  finalinherited
 - emptyChatPlaceholder → String
 - 
  Placeholder when there are no messages.
  finalinherited
 - fileButtonAccessibilityLabel → String
 - 
  Accessibility label (hint) for the tap action on file message.
  finalinherited
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - inputPlaceholder → String
 - 
  Placeholder for the text field.
  finalinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - sendButtonAccessibilityLabel → String
 - 
  Accessibility label (hint) for the send button.
  finalinherited
 - unreadMessagesLabel → String
 - 
  Label for the unread messages header.
  finalinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited