invertCondition method

String invertCondition(
  1. Expression expression
)

Returns the source of the inverted condition for the given logical expression.

Implementation

String invertCondition(Expression expression) =>
    _invertCondition0(expression)._source;