VRoomLanguage class

room language

Constructors

VRoomLanguage({required String yesterdayLabel, required String messageHasBeenDeleted, required String mute, required String cancel, required String typing, required String ok, required String recording, required String connecting, required String deleteYouCopy, required String unMute, required String delete, required String report, required String leaveGroup, required String areYouSureToPermitYourCopyThisActionCantUndo, required String areYouSureToLeaveThisGroupThisActionCantUndo, required String leaveGroupAndDeleteYourMessageCopy, required VMessageInfoTrans vMessageInfoTrans})
const
VRoomLanguage.fromEnglish()
factory

Properties

areYouSureToLeaveThisGroupThisActionCantUndo String
final
areYouSureToPermitYourCopyThisActionCantUndo String
final
cancel String
final
connecting String
final
delete String
final
deleteYouCopy String
final
hashCode int
The hash code for this object.
no setterinherited
leaveGroup String
final
leaveGroupAndDeleteYourMessageCopy String
final
messageHasBeenDeleted String
final
mute String
final
ok String
final
recording String
final
report String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typing String
final
unMute String
final
vMessageInfoTrans VMessageInfoTrans
final
yesterdayLabel 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