AuthenticationState constructor

const AuthenticationState({
  1. bool isStartupState = false,
})

Implementation

const AuthenticationState({
  this.isStartupState = false,
});