store property

Store get store

Implementation

Store get store {
  assert(_store != null, 'Database is not initialized!');
  return _store!;
}