ServiceStoreConfig constructor
ServiceStoreConfig({
- ServiceStoreConfigCutoffConfig? cutoffConfig,
- Distance? serviceRadius,
- List<
String> ? storeCodes, - String? storeServiceType,
Implementation
ServiceStoreConfig({
this.cutoffConfig,
this.serviceRadius,
this.storeCodes,
this.storeServiceType,
});