toTimeLexer top-level property

Parser<ToTimeParser> toTimeLexer
final

identifies toTimes

Implementation

final Parser<ToTimeParser> toTimeLexer =
    (string('toTime()') | string('.toTime()')).map((_) => ToTimeParser());