Expression constructor
const
Expression(
- PercentGetter percentGetter,
- LiteralGetter? literal
Implementation
const Expression(this.percentGetter, this.literal);
const Expression(this.percentGetter, this.literal);