Converts instance to a map.
Map<String, dynamic> toMap() { return { "height": height, "rel": rel, "url": url.toString(), "width": width, }; }