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

@ -18,6 +18,7 @@ class Patch extends Equatable {
/// - [Patch.fromBlobAndBuffer]
/// - [Patch.fromBuffers]
/// - [Patch.fromDiff]
@internal
Patch(this._patchPointer) {
_finalizer.attach(this, _patchPointer, detach: this);
}