isType method

  1. @protected
bool isType(
  1. DartObject o
)

Returns whether an object represents a Type.

Implementation

@protected
bool isType(DartObject o) => o.toTypeValue() != null;