get<T> method

T get<T>(
  1. Symbol symbol
)

Implementation

T get<T>(Symbol symbol) => _symbol.containsKey(symbol) ? _symbol[symbol] : null;