isExactly abstract method

bool isExactly(
  1. DartType other
)

Determines if this type is exactly the same as other.

Implementation

bool isExactly(DartType other);