DocumentServiceException constructor

DocumentServiceException({
  1. String? message,
  2. String? status,
})

Implementation

DocumentServiceException({
  this.message,
  this.status,
});