start method

  1. @override
Parser<List<List<String>>> start()

The starting production of this definition.

Implementation

@override
Parser<List<List<String>>> start() => ref0(lines).end();