isInt property

bool isInt

True if this value is stored as int.

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

Implementation

bool get isInt;