isInvalid property

bool isInvalid

This is true if most of the results of the calculation were not-a-number (like, for example, in the case of 100~101 / 0).

Implementation

bool get isInvalid => singleInvalidValue != null;