CutoffConfig constructor
CutoffConfig({
- LocalCutoffTime? localCutoffTime,
- bool? noDeliveryPostCutoff,
- String? storeCloseOffsetHours,
Implementation
CutoffConfig({
this.localCutoffTime,
this.noDeliveryPostCutoff,
this.storeCloseOffsetHours,
});