store property

  1. @protected
BlocStore<S> store
getter/setter pair

The BlocStore used to hydrate the bloc.

Implementation

@protected
late BlocStore<S> store;