PersonCreatedEvent constructor

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

Occurs whenever a person associated with an account is created.

Implementation

const PersonCreatedEvent({required this.object});