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