StoreConfig<T> constructor

StoreConfig<T>({
  1. String? baseUrl,
})

Implementation

StoreConfig({this.baseUrl});