list method

  1. @override
Parser list()
override

Implementation

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