InternalServiceError constructor

InternalServiceError({
  1. String? message,
})

Implementation

InternalServiceError({
  this.message,
});