V2TimGroupApplication class Models

V2TimGroupApplication

Annotations

Constructors

V2TimGroupApplication(String groupID, String fromUser, String fromUserNickName, String fromUserFaceUrl, String toUser, int addTime, String requestMsg, String handledMsg, int type, int handleStatus, int handleResult)
V2TimGroupApplication.fromJson(Map<String, dynamic> srcJson)
factory

Properties

addTime int
@JsonKey(name: 'addTime'), read / write
fromUser String
@JsonKey(name: 'fromUser'), read / write
fromUserFaceUrl String
@JsonKey(name: 'fromUserFaceUrl'), read / write
fromUserNickName String
@JsonKey(name: 'fromUserNickName'), read / write
groupID String
@JsonKey(name: 'groupID'), read / write
handledMsg String
@JsonKey(name: 'handledMsg'), read / write
handleResult int
@JsonKey(name: 'handleResult'), read / write
handleStatus int
@JsonKey(name: 'handleStatus'), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
requestMsg String
@JsonKey(name: 'requestMsg'), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
toUser String
@JsonKey(name: 'toUser'), read / write
type int
@JsonKey(name: 'type'), 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