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