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