MetaTag constructor

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

Implementation

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