stringLiteral property

Parser<Literal> get stringLiteral

Implementation

Parser<Literal> get stringLiteral =>
    sqStringLiteral.or(dqStringLiteral).cast();