toDateTimeLexer top-level property
identifies toDateTimes
Implementation
final Parser<ToDateTimeParser> toDateTimeLexer =
(string('toDateTime()') | string('.toDateTime()')).map(
(_) => ToDateTimeParser(),
);
identifies toDateTimes
final Parser<ToDateTimeParser> toDateTimeLexer =
(string('toDateTime()') | string('.toDateTime()')).map(
(_) => ToDateTimeParser(),
);