DocumentServiceWarning constructor

DocumentServiceWarning({
  1. String? message,
})

Implementation

DocumentServiceWarning({
  this.message,
});