AuthState.authenticated constructor

const AuthState.authenticated({
  1. required User user,
})

Implementation

const factory AuthState.authenticated({required User user}) = _Authenticated;