factory GroupSocial.fromJson(Map<String, dynamic> json) { return GroupSocial( discord: json['discord'], web: json['web'], ); }