PersonCreatedEvent constructor
      const
      PersonCreatedEvent({ 
    
- required Person object,
Occurs whenever a person associated with an account is created.
Implementation
const PersonCreatedEvent({required this.object});