UserUpdatedEvent constructor
UserUpdatedEvent({})
Returns a new UserUpdatedEvent instance.
Implementation
UserUpdatedEvent({
required this.createdAt,
this.custom = const {},
this.receivedAt,
this.type = 'user.updated',
required this.user,
});