hasSymbol method

bool hasSymbol(
  1. String symbol
)

Implementation

bool hasSymbol(String symbol) => lookupRawPointer(symbol) != null;