isNotA method
Returns the result of this
is!
other
.
Implementation
Expression isNotA(Expression other) => BinaryExpression._(
expression,
other,
'is!',
);
Returns the result of this
is!
other
.
Expression isNotA(Expression other) => BinaryExpression._(
expression,
other,
'is!',
);