getSymbolText method

String? getSymbolText(
  1. Token symbol
)

Implementation

String? getSymbolText(Token symbol) {
  return symbol.text;
}