CustomerUpdatedEvent constructor

const CustomerUpdatedEvent({
  1. required Customer object,
})

Occurs whenever any property of a customer changes.

Implementation

const CustomerUpdatedEvent({required this.object});