Returns the store.
@protected TStore get store { assert(_store != null, 'the method `connect` should be called first'); return _store!; }