Checks type assignability according to Dart's type system rules.
Returns true if typeRef can be assigned to this type.
true
typeRef
bool isAssignableFromType(DartType typeRef);