SelectExpression constructor
const
SelectExpression(
- InlineExpression selector,
- List<
Variant> variants, { - Span? span,
Selects among variants by the selector's value.
Implementation
const SelectExpression(this.selector, this.variants, {this.span});