Method.isOverride

Checks if this method is declared as an override.

class Method
@property abstract const
bool
isOverride
()

Return Value

Type: bool

true if the method is an override.

Meta