UpdateSubscriptionSchedulePhase constructor
const
UpdateSubscriptionSchedulePhase({
- DateTime? startDate,
- DateTime? endDate,
- required List<
UpdateSubscriptionSchedulePhaseItem> items,
Implementation
const UpdateSubscriptionSchedulePhase({
this.startDate,
this.endDate,
required this.items,
});