isType abstract method

bool isType(
  1. dynamic value
)

True if the value is the proper type.

Implementation

bool isType(dynamic value);