isNotAssignableFrom abstract method
Returns true
if the type of element
can NOT be assigned to this type.
Implementation
bool isNotAssignableFrom(Element? element);
Returns true
if the type of element
can NOT be assigned to this type.
bool isNotAssignableFrom(Element? element);