instanceOf method

bool instanceOf(
  1. TypeChecker checker
)

Whether the value this constant represents matches checker.

Implementation

bool instanceOf(TypeChecker checker) => false;