ErrorHandler constructor

ErrorHandler({
  1. String? errorCode,
  2. String? mimeType,
  3. String? staticFile,
})

Implementation

ErrorHandler({
  this.errorCode,
  this.mimeType,
  this.staticFile,
});