MetaTag constructor
MetaTag({
- List<
MetaTagAttribute> ? attrs, - String? content,
- String? name,
Implementation
MetaTag({this.attrs, this.content, this.name});