ServiceStoreConfig constructor

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

Implementation

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