isInteger property
bool
get
isInteger
True if the Number represents an integer value. Note that the Number does not have to be of type Integer for this to be true.
Implementation
bool get isInteger;
True if the Number represents an integer value. Note that the Number does not have to be of type Integer for this to be true.
bool get isInteger;