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