ArcanePageMeta constructor

ArcanePageMeta({
  1. String? title,
  2. String? description,
  3. List<String>? keywords,
  4. String? author,
  5. String? charset,
  6. String? image,
  7. RobotsName? robotsName,
  8. String? robotsContent,
  9. String? facebookAppID,
  10. String? url,
  11. String? type,
  12. TwitterCard? twitterCard,
  13. Color? themeColor,
})

Implementation

ArcanePageMeta({
  this.title,
  this.description,
  this.keywords,
  this.author,
  this.charset,
  this.image,
  this.robotsName,
  this.robotsContent,
  this.facebookAppID,
  this.url,
  this.type,
  this.twitterCard,
  this.themeColor,
});