UnprotectDocumentRequest constructor

UnprotectDocumentRequest(
  1. String? name, {
  2. String? folder,
  3. String? storage,
  4. String? loadEncoding,
  5. String? password,
  6. String? encryptedPassword,
  7. String? destFileName,
})

Implementation

UnprotectDocumentRequest(this.name,
    {this.folder,
    this.storage,
    this.loadEncoding,
    this.password,
    this.encryptedPassword,
    this.destFileName});