Attribute constructor
const
Attribute({
- required Identifier id,
- required Pattern value,
- Span? span,
Pairs the attribute id with its value pattern.
Implementation
const Attribute({required this.id, required this.value, this.span});