toJson method

Map toJson()

Implementation

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