isInteger property

bool isInteger

True if this value is stored as an integer (int or BigInt) value.

Even if false is returned it might be possible to access value as integer.

Implementation

bool get isInteger;