isType abstract method

bool isType(
  1. Object? value
)

True if the value is the proper type.

Implementation

bool isType(Object? value);