wkid property

int wkid

The well-known ID for the unit, or 0 for a custom unit.

Implementation

int get wkid {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Unit_getWKID(_handle, errorHandler);
  });
}