UserRegistrationVerifiedEvent constructor

UserRegistrationVerifiedEvent({
  1. String applicationId,
  2. UserRegistration registration,
  3. User user,
})

Implementation

UserRegistrationVerifiedEvent(
    {this.applicationId, this.registration, this.user});