isValidInt property
Whether this big integer can be represented as an int
without losing
precision.
Warning: this function may give a different result on dart2js, dev compiler, and the VM, due to the differences in integer precision.
Implementation
bool get isValidInt;