checkSafeInteger method

void checkSafeInteger()

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

Implementation

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