HolidaysHoliday constructor

HolidaysHoliday({
  1. String? countryCode,
  2. String? date,
  3. String? deliveryGuaranteeDate,
  4. String? deliveryGuaranteeHour,
  5. String? id,
  6. String? type,
})

Implementation

HolidaysHoliday({
  this.countryCode,
  this.date,
  this.deliveryGuaranteeDate,
  this.deliveryGuaranteeHour,
  this.id,
  this.type,
});