CutoffConfig constructor

CutoffConfig({
  1. LocalCutoffTime? localCutoffTime,
  2. bool? noDeliveryPostCutoff,
  3. String? storeCloseOffsetHours,
})

Implementation

CutoffConfig({
  this.localCutoffTime,
  this.noDeliveryPostCutoff,
  this.storeCloseOffsetHours,
});