eventSubscriptions property

  1. @protected
StreamSubscription<MatexCountryBlocState> eventSubscriptions
getter/setter pairinherited

The event subscriptions.

Implementation

@protected
late StreamSubscription<S> eventSubscriptions;