convertsToDecimalLexer top-level property
identifies convertsToDecimals
Implementation
final Parser<ConvertsToDecimalParser> convertsToDecimalLexer =
(string('convertsToDecimal()') | string('.convertsToDecimal()')).map(
(_) => ConvertsToDecimalParser(),
);