SubscriptionScheduleUpdatedEvent constructor

const SubscriptionScheduleUpdatedEvent({
  1. required SubscriptionSchedule object,
})

Occurs whenever a subscription schedule is updated.

Implementation

const SubscriptionScheduleUpdatedEvent({required this.object});