WebsiteSchema constructor
const
WebsiteSchema({})
Implementation
const WebsiteSchema({
required this.name,
required this.url,
this.description,
this.alternateName,
this.enableSiteSearch = false,
this.searchUrlTemplate,
this.inLanguage,
});