subscription property

StreamSubscription? subscription
inherited

It is not null if the state is waiting for a Future or is subscribed to a Stream

Implementation

StreamSubscription? get subscription => _reactiveModelState.subscription;