isValid property

bool isValid

Implementation

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