isAssignableTo method Null safety

bool isAssignableTo (
  1. TypeMirror other
)

Checks the assignability relationship, denoted by <=> in the language specification.

This is the type relationship tested on assignment in checked mode.

Implementation

bool isAssignableTo(TypeMirror other);