checkSafeInteger method

void checkSafeInteger()

Checks if this as int is safe for the current platform (DataSerializerPlatform).

Implementation

void checkSafeInteger() {
  _platform.checkSafeIntegerByBigInt(this);
}