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