Object to Map serializer
@override Map<String, dynamic> toJson() { return {'@type': 'httpUrl', if (extra != null) '@extra': extra, 'url': url}; }