V2TimQuitFromGroup.fromJson constructor

V2TimQuitFromGroup.fromJson(
  1. Map json
)

Implementation

V2TimQuitFromGroup.fromJson(Map json) {
  json = Utils.formatJson(json);
  groupID = json['groupID'];
}