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