DOOL10n constructor

const DOOL10n({
  1. String attachmentButtonAccessibilityLabel = "",
  2. String emptyChatPlaceholder = "",
  3. String fileButtonAccessibilityLabel = "",
  4. String onlineText = "Typically replies in a few hours",
  5. String offlineText = "We're away at the moment",
  6. String typingText = "typing...",
  7. String inputPlaceholder = "Type your message",
  8. String sendButtonAccessibilityLabel = "Send Message",
  9. String conversationResolvedMessage = "Your ticket has been marked as resolved",
  10. String unreadMessagesLabel = "",
  11. String and = "and",
  12. String isTyping = "is typing",
  13. 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: '');