V2TimGroupAtInfo.fromJson constructor

V2TimGroupAtInfo.fromJson(
  1. Map json
)

Implementation

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