Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'group'] = this.group; json[r'contacts'] = this.contacts; return json; }