isSubtypeOf abstract method Null safety

bool isSubtypeOf(
  1. TypeMirror other
)

Checks the subtype relationship, denoted by <: in the language specification.

This is the type relationship used in is test checks.

Implementation

bool isSubtypeOf(TypeMirror other);