isAssignableFromType abstract method

bool isAssignableFromType(
  1. DartType typeRef
)

Checks type assignability according to Dart's type system rules.

Returns true if typeRef can be assigned to this type.

Implementation

bool isAssignableFromType(DartType typeRef);