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