isAssignableFromType abstract method
Returns true
if staticType
can be assigned to this type.
Implementation
bool isAssignableFromType(
DartType? staticType, {
List<TypeChecker> args = const [],
});
Returns true
if staticType
can be assigned to this type.
bool isAssignableFromType(
DartType? staticType, {
List<TypeChecker> args = const [],
});