JsonMetadata constructor

const JsonMetadata({
  1. String? app,
  2. String? type,
  3. String format = 'markdown',
  4. List<String>? links,
  5. String? canonicalUrl,
  6. List<String>? tags,
  7. List<String>? image,
  8. Video? video,
})

Implementation

const JsonMetadata({
  this.app,
  this.type,
  this.format = 'markdown',
  this.links,
  this.canonicalUrl,
  this.tags,
  this.image,
  this.video,
});