toJson method
Implementation
Object toJson() {
return {
'url': url,
'proxy_url': proxyUrl,
'height': height,
'width': width,
};
}
Object toJson() {
return {
'url': url,
'proxy_url': proxyUrl,
'height': height,
'width': width,
};
}