toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "html": html,
      "width": width,
      "height": height,
      "version": version,
      "provider_name": providerName,
      "provider_url": providerUrl,
      "type": type,
      "title": title,
      "thumbnail_url": thumbnailUrl,
      "thumbnail_width": thumbnailWidth,
      "thumbnail_height": thumbnailHeight,
    };