symbol method

  1. @override
Parser symbol()
override

Implementation

@override
Parser symbol() => super.symbol().map((each) => Name(each));