start method

  1. @override
Parser<JSON?> start()

The starting production of this definition.

Implementation

@override
Parser<JSON> start() => ref0(value).end();