ErrorDetails constructor

ErrorDetails({
  1. String? errorMessage,
  2. String? errorType,
})

Implementation

ErrorDetails({
  this.errorMessage,
  this.errorType,
});