isNative method

bool isNative()

Implementation

bool isNative() {
  return TokenDetails.isNativeToken(
    this.address,
  );
}