toJson method

Map toJson()

Implementation

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