HandlingCutoffTime constructor

HandlingCutoffTime({
  1. String? country,
  2. String? cutoffTime,
  3. String? cutoffTimezone,
  4. bool? disableDeliveryAfterCutoff,
})

Implementation

HandlingCutoffTime({
  this.country,
  this.cutoffTime,
  this.cutoffTimezone,
  this.disableDeliveryAfterCutoff,
});