UserCreatedEvent constructor

UserCreatedEvent(
  1. User user
)

Wraps the created user.

Implementation

UserCreatedEvent(this.user);