iifLexer top-level property
identifies iifs
Implementation
final Parser<IifParser> iifLexer = (string('iif(') | string('.iif(')).map(
(_) => IifParser.empty(),
);
identifies iifs
final Parser<IifParser> iifLexer = (string('iif(') | string('.iif(')).map(
(_) => IifParser.empty(),
);