FailureProfileState constructor

FailureProfileState({
  1. required AppExceptionResponse error,
})

Implementation

FailureProfileState({required this.error});