isInternal property

  1. @override
bool get isInternal
override

Whether this annotation is @internal from the meta package.

@internal indicates that an API is internal to its package and not meant for public use.

Implementation

@override
bool get isInternal => _isMeta('internal');