DOOL10n constructor
const
DOOL10n({
- String attachmentButtonAccessibilityLabel = "",
- String emptyChatPlaceholder = "",
- String fileButtonAccessibilityLabel = "",
- String onlineText = "Typically replies in a few hours",
- String offlineText = "We're away at the moment",
- String typingText = "typing...",
- String inputPlaceholder = "Type your message",
- String sendButtonAccessibilityLabel = "Send Message",
- String conversationResolvedMessage = "Your ticket has been marked as resolved",
- String unreadMessagesLabel = "",
- String and = "and",
- String isTyping = "is typing",
- String others = "others",
Creates a new DOO l10n
Implementation
const DOOL10n({
this.attachmentButtonAccessibilityLabel = "",
this.emptyChatPlaceholder = "",
this.fileButtonAccessibilityLabel = "",
this.onlineText = "Typically replies in a few hours",
this.offlineText = "We're away at the moment",
this.typingText = "typing...",
this.inputPlaceholder = "Type your message",
this.sendButtonAccessibilityLabel = "Send Message",
this.conversationResolvedMessage =
"Your ticket has been marked as resolved",
super.unreadMessagesLabel = "",
super.and = "and",
super.isTyping = "is typing",
super.others = "others",
}) : super(
attachmentButtonAccessibilityLabel: '',
emptyChatPlaceholder: '',
fileButtonAccessibilityLabel: '',
inputPlaceholder: '',
sendButtonAccessibilityLabel: '');