KPreviewMetaData constructor

KPreviewMetaData({
  1. String title = '',
  2. String imageUrl = '',
  3. String description = '',
  4. String siteName = '',
  5. String mediaType = '',
  6. String favicon = '',
})

Implementation

KPreviewMetaData({
  this.title = '',
  this.imageUrl = '',
  this.description = '',
  this.siteName = '',
  this.mediaType = '',
  this.favicon = '',
});