BaseListStore<T> constructor

  1. @protected
BaseListStore<T>(
  1. StoreConfig<T> config
)

Implementation

@protected
BaseListStore(StoreConfig<T> config) : super(config);