V2TimGroupApplication.fromJson constructor
V2TimGroupApplication.fromJson(
- Map<String, dynamic> json
)
Implementation
V2TimGroupApplication.fromJson(Map<String, dynamic> json) {
groupID = json['groupID'];
fromUser = json['fromUser'];
fromUserNickName = json['fromUserNickName'];
fromUserFaceUrl = json['fromUserFaceUrl'];
toUser = json['toUser'];
addTime = json['addTime'];
requestMsg = json['requestMsg'];
handledMsg = json['handledMsg'];
type = json['type'];
handleStatus = json['handleStatus'];
handleResult = json['handleResult'];
}