InvalidErrorCode constructor

InvalidErrorCode({
  1. String? message,
})

Implementation

InvalidErrorCode({
  this.message,
});