bool isValid

Source

bool get isValid => (x.isNaN || y.isNaN || x.isInfinite || y.isInfinite) == false;