isOverride property
bool
get
isOverride
Whether this annotation is @override
from dart:core.
@override
indicates that a method is intended to override a method
from a superclass.
Implementation
bool get isOverride;