MetaTagAttribute constructor

MetaTagAttribute({
  1. String? name,
  2. String? value,
})

Implementation

MetaTagAttribute({this.name, this.value});