isInteger property
bool
get
isInteger
Returns true if this is an integer.
Implementation
bool get isInteger => denominator == _i1;
Returns true if this is an integer.
bool get isInteger => denominator == _i1;