ChatwootL10n class

Base chat l10n containing all required variables to provide localized chatwoot chat

Constructors

ChatwootL10n({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"})
Creates a new chatwoot l10n
const

Properties

attachmentButtonAccessibilityLabel String
Accessibility label (hint) for the attachment button
final
conversationResolvedMessage String
Message when agent resolves conversation
final
emptyChatPlaceholder String
Placeholder when there are no messages
final
fileButtonAccessibilityLabel String
Accessibility label (hint) for the tap action on file message
final
hashCode int
The hash code for this object.
no setterinherited
inputPlaceholder String
Placeholder for the text field
final
offlineText String
Placeholder for the text field
final
onlineText String
Placeholder for the text field
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendButtonAccessibilityLabel String
Accessibility label (hint) for the send button
final
typingText String
Placeholder for the text field
final

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