disposalTreeSize property
The total size of the disposal tree rooted at the current Disposable instance.
This should only be used for debugging and profiling as it can incur a significant performance penalty if the tree is large.
Implementation
@override
int get disposalTreeSize => _disposable.disposalTreeSize;