toMap method

Map<String, String> toMap()

Implementation

Map<String, String> toMap() => {
      'title': this.title,
      'imageUrl': this.imageUrl,
      'description': this.description,
      'siteName': this.siteName,
      'mediaType': this.mediaType,
      'favicon': this.favicon,
    };