isOverride property

  1. @override
bool get isOverride
override

Whether this annotation is @override from dart:core.

@override indicates that a method is intended to override a method from a superclass.

Implementation

@override
bool get isOverride => _isCore('override');