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