isInteger property

bool get isInteger

Returns true if this is an integer.

Implementation

bool get isInteger => _rational.isInteger;