menu
petitparser_examples package
documentation
json.dart
JsonDefinition
start method
start method
dark_mode
light_mode
start
method
@
override
Parser
<
JSON
?
>
start
(
)
The starting production of this definition.
Implementation
@override Parser<JSON> start() => ref0(value).end();
petitparser_examples package
documentation
json
JsonDefinition
start method
JsonDefinition class