FailureAuthState constructor

FailureAuthState({
  1. required AppExceptionResponse error,
})

Implementation

FailureAuthState({required this.error});