AiutaError constructor

AiutaError({
  1. required AiutaErrorType errorType,
})

Implementation

AiutaError({
  required AiutaErrorType this.errorType,
});