AuthState.authenticated constructor

const AuthState.authenticated({
  1. required String token,
})

Implementation

const factory AuthState.authenticated({required String token}) =
    _Authenticated;