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