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