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