Attribute constructor

Attribute({
  1. String? name,
  2. String? key,
  3. String? value,
  4. String? attributeId,
})

Implementation

Attribute({this.name, this.key, this.value, this.attributeId});