toBooleanLexer top-level property
Functions that take no arguments *************************************************************************/ identifies toBooleans
Implementation
/// identifies toBooleans
final Parser<ToBooleanParser> toBooleanLexer =
(string('toBoolean()') | string('.toBoolean()')).map(
(_) => ToBooleanParser(),
);