V2TimMemberLeave.fromJson(Map<String, dynamic> json) { groupID = json['groupID']; member = V2TimGroupMemberInfo.fromJson(json['member']); }