weak property
bool
get
weak
Whether the subscription maintains the provider state.
If false and ProviderBase.isAutoDispose
is true, the provider
may still be disposed even if this subscription is active.
Implementation
bool get weak;