isMustCallSuper property
bool
get
isMustCallSuper
Whether this annotation is @mustCallSuper
from the meta package.
@mustCallSuper
indicates that overriding methods must call super.method().
Implementation
bool get isMustCallSuper;