Pattern constructor
const
Pattern(
- List<
PatternElement> elements, { - Span? span,
Wraps the pattern's elements.
Implementation
const Pattern(this.elements, {this.span});
Wraps the pattern's elements.
const Pattern(this.elements, {this.span});