ChatL10nFa constructor

const ChatL10nFa({
  1. String and = 'و',
  2. String attachmentButtonAccessibilityLabel = 'ارسال رسانه',
  3. String emptyChatPlaceholder = 'هنوز پیامی در اینجا وجود ندارد',
  4. String fileButtonAccessibilityLabel = 'فایل',
  5. String inputPlaceholder = 'پیام',
  6. String isTyping = 'در حال نوشتن است...',
  7. String others = 'نفر دیگر',
  8. String sendButtonAccessibilityLabel = 'ارسال',
  9. String unreadMessagesLabel = 'پیام‌های خوانده نشده',
})

Implementation

const ChatL10nFa({
  super.and = 'و',
  super.attachmentButtonAccessibilityLabel = 'ارسال رسانه',
  super.emptyChatPlaceholder = 'هنوز پیامی در اینجا وجود ندارد',
  super.fileButtonAccessibilityLabel = 'فایل',
  super.inputPlaceholder = 'پیام',
  super.isTyping = 'در حال نوشتن است...',
  super.others = 'نفر دیگر',
  super.sendButtonAccessibilityLabel = 'ارسال',
  super.unreadMessagesLabel = 'پیام‌های خوانده نشده',
});