Whether the element has an annotation of the form @mustCallSuper.
@mustCallSuper
@override bool get hasMustCallSuper => metadata.any((ElementAnnotation m) => m.isMustCallSuper);