meta constructor
const
meta({})
The <meta> HTML element represents metadata that cannot be represented by other HTML meta-related elements, like <base >, <link >, <script >, <style > or <title >.
Implementation
const meta({
this.name,
this.content,
this.charset,
this.httpEquiv,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});