FailurePagesState constructor

FailurePagesState({
  1. required AppExceptionResponse error,
})

Implementation

FailurePagesState({required this.error});