VMsgInfoAtt class

Constructors

VMsgInfoAtt({required VMessageInfoType action, required String targetName, required String targetId, required String adminName})
VMsgInfoAtt.fromMap(Map<String, dynamic> map)
factory

Properties

action VMessageInfoType
updateTitle,updateImage,addGroupMember, upAdmin, downMember, leave, kick, createGroup, addToBroadcast it can be one from this list
final
adminName String
the admin name if the action is from group admin
final
hashCode int
The hash code for this object.
no setterinherited
isDark bool
no setter
isMe bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetId String
the target id it can be the room id or the user id
final
targetName String
the target name it can be the action name or the target name
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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