isOverride abstract method
Checks if this method overrides a superclass method.
Returns:
true
if declared with@override
or matches superclass signaturefalse
otherwise
See also:
- getOverriddenMethod to retrieve the superclass method
Implementation
bool isOverride();