SEO constructor
const
SEO({})
Implementation
const SEO({
this.description,
this.keywords,
this.robots,
this.title,
this.url,
this.logo,
this.socialMediaTitle,
this.socialMediaDescription,
this.socialMediaBanner,
});