Whether this annotation is @mustCallSuper from the meta package.
@mustCallSuper
@mustCallSuper indicates that overriding methods must call super.method().
@override bool get isMustCallSuper => _isMeta('mustCallSuper');