isNotAssignableFromType abstract method

bool isNotAssignableFromType(
  1. DartType? staticType, {
  2. List<TypeChecker> args = const [],
})

Returns true if staticType can NOT be assigned to this type.

Implementation

bool isNotAssignableFromType(
  DartType? staticType, {
  List<TypeChecker> args = const [],
});