isNativeToken static method

bool isNativeToken(
  1. String tokenAddress
)

Implementation

static bool isNativeToken(String tokenAddress) {
  return tokenAddress == Addresses.ZERO_ADDRESS;
}