isSafeInteger property

bool isSafeInteger

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

Implementation

bool get isSafeInteger => _platform.isSafeIntegerByBigInt(this);