PersonUpdatedEvent constructor

const PersonUpdatedEvent({
  1. required Person object,
})

Occurs whenever a person associated with an account is updated.

Implementation

const PersonUpdatedEvent({required this.object});