OpenGraph constructor
const
OpenGraph({})
Creates an OpenGraph metadata configuration.
Implementation
const OpenGraph({
this.title,
this.description,
this.image,
this.type = 'website',
this.url,
this.siteName,
});