isNative method

bool isNative()

Implementation

bool isNative() {
  return address == 'native';
}