isReal method
True if this Point has X and Y values that are real numbers and not infinity. @return {boolean}
Implementation
_i2.bool isReal() => _i4.callMethod(
this,
'isReal',
[],
);
True if this Point has X and Y values that are real numbers and not infinity. @return {boolean}
_i2.bool isReal() => _i4.callMethod(
this,
'isReal',
[],
);