ChatTranslations class

Constructors

ChatTranslations({String chatsTitle = 'Chats', String chatsUnread = 'unread', String newChatButton = 'Start a chat', String newGroupChatButton = 'Start group chat', String newChatTitle = 'Start a chat', String image = 'Image', String searchPlaceholder = 'Search...', String startTyping = 'Start typing to find a user to chat with.', String cancelImagePickerBtn = 'Cancel', String messagePlaceholder = 'Write your message here...', String writeMessageToStartChat = 'Write a message to start the chat.', String writeFirstMessageInGroupChat = 'Write the first message in this group chat.', String imageUploading = 'Image is uploading...', String deleteChatButton = 'Delete', String deleteChatModalTitle = 'Delete chat', String deleteChatModalDescription = 'Are you sure you want to delete this chat?', String deleteChatModalCancel = 'Cancel', String deleteChatModalConfirm = 'Delete', String noUsersFound = 'No users were found to start a chat with.', String noChatsFound = 'Click on \'Start a chat\' to create a new chat.', String anonymousUser = 'Anonymous user', String chatCantBeDeleted = 'This chat can\'t be deleted', String chatProfileUsers = 'Users:', String imagePickerTitle = 'Do you want to upload a file or take a picture?', String uploadFile = 'UPLOAD FILE', String takePicture = 'TAKE PICTURE'})
const

Properties

anonymousUser → String
Shown when the user has no name
final
cancelImagePickerBtn → String
final
chatCantBeDeleted → String
final
chatProfileUsers → String
final
chatsTitle → String
final
chatsUnread → String
final
deleteChatButton → String
final
deleteChatModalCancel → String
final
deleteChatModalConfirm → String
final
deleteChatModalDescription → String
final
deleteChatModalTitle → String
final
hashCode → int
The hash code for this object.
no setterinherited
image → String
final
imagePickerTitle → String
final
imageUploading → String
final
messagePlaceholder → String
final
newChatButton → String
final
newChatTitle → String
final
newGroupChatButton → String
final
noChatsFound → String
final
noUsersFound → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
searchPlaceholder → String
final
startTyping → String
final
takePicture → String
final
uploadFile → String
final
writeFirstMessageInGroupChat → String
final
writeMessageToStartChat → String
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