V2TimGroupAtInfo.fromJson constructor

V2TimGroupAtInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

V2TimGroupAtInfo.fromJson(Map<String, dynamic> json) {
  seq = json['seq'].toString();
  atType = json['atType'];
}