string method

  1. @override
Parser string()
override

Implementation

@override
Parser string() =>
    super.string().map((each) => String.fromCharCodes(each[1].cast<int>()));