UpdateSubscriptionSchedulePhase constructor

const UpdateSubscriptionSchedulePhase({
  1. DateTime? startDate,
  2. DateTime? endDate,
  3. required List<UpdateSubscriptionSchedulePhaseItem> items,
})

Implementation

const UpdateSubscriptionSchedulePhase({
  this.startDate,
  this.endDate,
  required this.items,
});