style: annotate declarations for internal use

This commit is contained in:
Aleksey Kulikov 2022-06-18 11:07:41 +03:00
parent d71e00947e
commit 871b0d7287
22 changed files with 50 additions and 0 deletions

View file

@ -13,6 +13,7 @@ class Tag extends Equatable {
/// tag object in memory.
///
/// Note: For internal use. Use [Tag.lookup] instead.
@internal
Tag(this._tagPointer) {
_finalizer.attach(this, _tagPointer, detach: this);
}