hasInstance property

Symbol get hasInstance

A method that determines if a constructor object recognizes an object as one of the constructor’s instances. Called by the semantics of the instanceof operator. A method that determines if a constructor object recognizes an object as one of the constructor’s instances. Called by the semantics of the instanceof operator.

Implementation

static _i2.Symbol get hasInstance => _i6.getProperty(
      _i7.target26,
      'hasInstance',
    );