JwtAuthenticationState.error constructor

const JwtAuthenticationState.error(
  1. JwtResponseError error
)

Implementation

const JwtAuthenticationState.error(JwtResponseError error)
    : this._(status: JwtAuthenticationStatus.error, error: error);