numeric property

int numeric

Numeric code as defined in (ISO 3166-1)https://en.wikipedia.org/wiki/ISO_3166-1_numeric Returns 0 for user-assigned values that doesn't have alpha-3 code

Implementation

int get numeric {
  return _code & 0x3ff;
}