isSubclassOf abstract method
Checks if this class directly extends another class.
Parameters:
other: The potential superclass
Returns:
trueif this directly extendsotherfalseotherwise
See also:
- isAssignableFrom for indirect hierarchy checks
Implementation
bool isSubclassOf(Class other);