stringPrimitive2 method

Parser<List> stringPrimitive2()

Implementation

Parser<List> stringPrimitive2() => <Parser<List>>[
      stringPrimitive(),
      stringPrimitiveExtra()
    ].toChoiceParser();