MetaTag constructor

MetaTag({
  1. String? name,
  2. String? content,
  3. List<MetaTagAttribute>? attrs,
})

Implementation

MetaTag({this.name, this.content, this.attrs});