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