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