isInteger property

bool isInteger

Returns true if this is an integer.

Implementation

bool get isInteger => _rational.isInteger;