ChatL10n constructor
const
ChatL10n({
- required String and,
- required String attachmentButtonAccessibilityLabel,
- required String emptyChatPlaceholder,
- required String fileButtonAccessibilityLabel,
- required String inputPlaceholder,
- required String isTyping,
- required String others,
- required String sendButtonAccessibilityLabel,
- required String unreadMessagesLabel,
Creates a new chat l10n based on provided copy.
Implementation
const ChatL10n({
required this.and,
required this.attachmentButtonAccessibilityLabel,
required this.emptyChatPlaceholder,
required this.fileButtonAccessibilityLabel,
required this.inputPlaceholder,
required this.isTyping,
required this.others,
required this.sendButtonAccessibilityLabel,
required this.unreadMessagesLabel,
});