nameContent abstract method
Definition of name
meta tag attribute
If you do not found meta name you want just use metaName
Definition of content
meta tag attribute
The value is used for other named meta not listed in attributes by metaNameContent
Add web mata data of other meta named with content
Implementation
nameContent(
{
/// Definition of [name] meta tag attribute
required String name,
/// Definition of [content] meta tag attribute
required String content});