pretty method

String pretty()

Implementation

String pretty() {
  return '$tokenName(\'${_stringifyMatch(match)}\')';
}