invertCondition method
Returns the source of the inverted condition for the given logical expression.
Implementation
String invertCondition(Expression expression) =>
_invertCondition0(expression)._source;
Returns the source of the inverted condition for the given logical expression.
String invertCondition(Expression expression) =>
_invertCondition0(expression)._source;