PlanUpdatedEvent constructor

const PlanUpdatedEvent({
  1. required Plan object,
})

Occurs whenever a plan is updated.

Implementation

const PlanUpdatedEvent({required this.object});