AuthState constructor

AuthState({
  1. required String email,
  2. required String password,
})

Implementation

AuthState({required this.email, required this.password});