AttributeArg constructor

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

Implementation

const AttributeArg({this.name, this.value});