array method

  1. @override
Parser array()
override

Implementation

@override
Parser array() => super.array().map((each) => each[1] ?? []);