toDateLexer top-level property

Parser<ToDateParser> toDateLexer
final

identifies toDates

Implementation

final Parser<ToDateParser> toDateLexer =
    (string('toDate()') | string('.toDate()')).map((_) => ToDateParser());