isInt property
bool
get
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;
True if this value is stored as int.
Even if false is returned it might be possible to access value as int.
bool get isInt;