V2TimGroupAtInfo.fromJson constructor
V2TimGroupAtInfo.fromJson(
- Map json
Implementation
V2TimGroupAtInfo.fromJson(Map json) {
json = Utils.formatJson(json);
seq = json['seq'].toString();
atType = json['atType'];
}