SubscriptionScheduleCurrentPhase constructor
Object representing the start and end dates for the current phase of the subscription schedule, if it is `active`.
Implementation
const SubscriptionScheduleCurrentPhase({
required this.endDate,
required this.startDate,
});