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