store property

  1. @protected
TStore store

Returns the store.

Implementation

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

  return _store!;
}