supersetOfLexer top-level property

Parser<SupersetOfParser> supersetOfLexer
final

identifies supersetOfs

Implementation

final Parser<SupersetOfParser> supersetOfLexer =
    (string('supersetOf(') | string('.supersetOf('))
        .map((_) => SupersetOfParser());