Input$SpecilOfferInput constructor
Input$SpecilOfferInput({
- Enum$SpecialOffersType? offerType,
- 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,
});