iifLexer top-level property

Parser<IifParser> iifLexer
final

identifies iifs

Implementation

final Parser<IifParser> iifLexer = (string('iif(') | string('.iif(')).map(
  (_) => IifParser.empty(),
);