toDecimalLexer top-level property
identifies toDecimals
Implementation
final Parser<ToDecimalParser> toDecimalLexer =
(string('toDecimal()') | string('.toDecimal()'))
.map((_) => ToDecimalParser());
identifies toDecimals
final Parser<ToDecimalParser> toDecimalLexer =
(string('toDecimal()') | string('.toDecimal()'))
.map((_) => ToDecimalParser());