Whether this annotation is @override from dart:core.
@override
@override indicates that a method is intended to override a method from a superclass.
@override bool get isOverride => _isCore('override');