isInteger property

  1. @override
bool get isInteger
override

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

@override
bool get isInteger => true;