Whether the element has an annotation of the form @nonVirtual.
@nonVirtual
@override bool get hasNonVirtual => metadata.any((ElementAnnotation m) => m.isNonVirtual);