fromInt static method

AuthenticationState fromInt(
  1. int value
)

Implementation

static AuthenticationState fromInt(int value) {
  return AuthenticationState.values[value];
}