isSubtypeOf abstract method

bool isSubtypeOf(
  1. RuntimeType other, {
  2. Object? value,
})

Checks if this type is a subtype of other.

Implementation

bool isSubtypeOf(RuntimeType other, {Object? value});