getUint32 method

int getUint32()

Implementation

int getUint32() {
  throwIfPresent();
  checkValueType(typeUInt32);
  return data._uInt32;
}