isCalculationSafe property

bool get isCalculationSafe

Whether this expression can be used in a calculation context.

Implementation

bool get isCalculationSafe => accept(const IsCalculationSafeVisitor());