V2TimRecvGroupCustomMessage class Models
V2TimRecvGroupCustomMessage
- Annotations
- @JsonSerializable()
Constructors
- V2TimRecvGroupCustomMessage(String msgID, V2TimUserInfo sender, String groupID, String customData)
-
V2TimRecvGroupCustomMessage.fromJson(Map<
String, dynamic> srcJson) -
factory
Properties
- customData ↔ String
-
@JsonKey(name: 'customData'), read / write
- groupID ↔ String
-
@JsonKey(name: 'groupID'), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- msgID ↔ String
-
@JsonKey(name: 'msgID'), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sender ↔ V2TimUserInfo
-
@JsonKey(name: 'sender'), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited