Whether this annotation is @internal from the meta package.
@internal
@internal indicates that an API is internal to its package and not meant for public use.
@override bool get isInternal => _isMeta('internal');