VMessageLocalization class

This class is used to localize the messages in the chat room.

Constructors

VMessageLocalization({required String typing, required String recording, required String delete, required String download, required String copy, required String info, required String share, required String forward, required String reply, required String deleteFromAll, required String deleteFromMe, required String downloading, required String fileHasBeenSavedTo, required String search, required String unBlock, required String block, required String online, required String members, required String youDontHaveAccess, required String replyToYourSelf, required String repliedToYourSelf, required String messageHasBeenDeleted, required String audioCall, required String ring, required String canceled, required String timeout, required String rejected, required String finished, required String inCall, required String sessionEnd, required String yesterday, required String today, required String cancel, required VInputLanguage vInputLanguage, required String makeCall, required String areYouWantToMakeVideoCall, required String areYouWantToMakeVoiceCall, required String ok, required String connecting, required VMessagesInfoTrans vMessagesInfoTrans})
const
VMessageLocalization.fromEnglish()
factory

Properties

areYouWantToMakeVideoCall String
final
areYouWantToMakeVoiceCall String
final
audioCall String
final
block String
final
cancel String
final
canceled String
final
connecting String
final
copy String
final
delete String
final
deleteFromAll String
final
deleteFromMe String
final
download String
final
downloading String
final
fileHasBeenSavedTo String
final
finished String
final
forward String
final
hashCode int
The hash code for this object.
no setterinherited
inCall String
final
info String
final
makeCall String
final
members String
final
messageHasBeenDeleted String
final
ok String
final
online String
final
recording String
final
rejected String
final
repliedToYourSelf String
final
reply String
final
replyToYourSelf String
final
ring String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
final
sessionEnd String
final
share String
final
timeout String
final
today String
final
typing String
final
unBlock String
final
vInputLanguage VInputLanguage
final
vMessagesInfoTrans VMessagesInfoTrans
final
yesterday String
final
youDontHaveAccess 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
transCallStatus(VMessageCallStatus status) String

Operators

operator ==(Object other) bool
The equality operator.
inherited