hasNonVirtual property

  1. @override
bool get hasNonVirtual
override

Whether the element has an annotation of the form @nonVirtual.

Implementation

@override
bool get hasNonVirtual => metadata.any((ElementAnnotation m) => m.isNonVirtual);