StoreConfig constructor

StoreConfig({
  1. CutoffConfig? cutoffConfig,
  2. Distance? serviceRadius,
  3. List<String>? storeCodes,
  4. String? storeServiceType,
})

Implementation

StoreConfig({
  this.cutoffConfig,
  this.serviceRadius,
  this.storeCodes,
  this.storeServiceType,
});