SeoData constructor

const SeoData({
  1. String? title,
  2. String? description,
  3. String? image,
  4. Map<String, dynamic>? structuredData,
})

Implementation

const SeoData(
    {this.title, this.description, this.image, this.structuredData});