isFinite property

bool get isFinite

Returns true if this point is finite.

Implementation

bool get isFinite => x.isFinite && y.isFinite;