V2TimReceiveRestCustomData.fromJson constructor
- Map json
Implementation
V2TimReceiveRestCustomData.fromJson(Map json) {
json = Utils.formatJson(json);
groupID = json['groupID'] ?? '';
customData = json['customData'] ?? '';
}
V2TimReceiveRestCustomData.fromJson(Map json) {
json = Utils.formatJson(json);
groupID = json['groupID'] ?? '';
customData = json['customData'] ?? '';
}