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