isDisposed property
bool
get
isDisposed
Check if the container is disposed
Implementation
bool get isDisposed => _scope.isDisposed;
Check if the container is disposed
bool get isDisposed => _scope.isDisposed;