OGMetaData constructor

OGMetaData({
  1. String? title,
  2. String? url,
  3. String? description,
  4. OGImage? ogImage,
})

Implementation

OGMetaData({
  this.title,
  this.url,
  this.description,
  this.ogImage,
});