LoginEvent.passwordChanged constructor

const LoginEvent.passwordChanged({
  1. required String password,
})

Implementation

const factory LoginEvent.passwordChanged({
  required String password,
}) = _PasswordChanged;