isOverride abstract method

bool isOverride()

Checks if this method overrides a superclass method.

Returns:

  • true if declared with @override or matches superclass signature
  • false otherwise

See also:

Implementation

bool isOverride();