isA method

Expression isA(
  1. Expression other
)
inherited

Returns the result of this is other.

Implementation

Expression isA(Expression other) => BinaryExpression._(this, other, 'is');