isNonVirtual property
bool
get
isNonVirtual
Whether this annotation is @nonVirtual
from the meta package.
@nonVirtual
indicates that a method cannot be overridden by subclasses.
Implementation
bool get isNonVirtual;