Attributes constructor

Attributes({
  1. List<Attribute>? attributes,
  2. String? name,
})

Implementation

Attributes({this.attributes, this.name});