isInteger property

  1. @override
bool 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;