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