VMessagesInfoTrans class

labels available to translate

Constructors

VMessagesInfoTrans({required String updateTitleTo, required String updateImage, required String joinedBy, required String promotedToAdminBy, required String dismissedToMemberBy, required String leftTheGroup, required String you, required String kickedBy, required String groupCreatedBy, required String addedYouToNewBroadcast})
const
VMessagesInfoTrans.fromEnglish()
factory

Properties

addedYouToNewBroadcast String
The message when the current user is added to a new broadcast.
final
dismissedToMemberBy String
The user who was dismissed to member.
final
groupCreatedBy String
The user who created the group.
final
hashCode int
The hash code for this object.
no setterinherited
joinedBy String
joined the group.
final
kickedBy String
The user who kicked the current user.
final
leftTheGroup String
The user who left the group.
final
promotedToAdminBy String
The user who was promoted to admin.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateImage String
The image to update to.
final
updateTitleTo String
The title to update to.
final
you String
The current user.
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