Map<String, Object?> toJson() { var ids = this.ids; final json = <String, Object?>{}; json[r'ids'] = ids; return json; }