Input$SpecilOfferInput constructor

Input$SpecilOfferInput({
  1. Enum$SpecialOffersType? offerType,
  2. List<Input$OpeningHoursDayInput>? hours,
})

Implementation

factory Input$SpecilOfferInput({
  Enum$SpecialOffersType? offerType,
  List<Input$OpeningHoursDayInput>? hours,
}) =>
    Input$SpecilOfferInput._({
      if (offerType != null) r'offerType': offerType,
      if (hours != null) r'hours': hours,
    });