getSymbol static method

String? getSymbol(
  1. String name
)

Implementation

static String? getSymbol(String name) => symbols[name];