Sub2ApiAdminChannelTimePricingInput constructor
Sub2ApiAdminChannelTimePricingInput({
- required String timezone,
- required List<
Sub2ApiAdminChannelTimePricingPeriod> periods, - bool weekdaysOnly = false,
Implementation
Sub2ApiAdminChannelTimePricingInput({
required this.timezone,
required List<Sub2ApiAdminChannelTimePricingPeriod> periods,
this.weekdaysOnly = false,
}) : periods = List.unmodifiable(periods);