GetDocumentDrawingObjectsRequest constructor

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

Implementation

GetDocumentDrawingObjectsRequest(this.name,
    {this.nodePath,
    this.folder,
    this.storage,
    this.loadEncoding,
    this.password,
    this.encryptedPassword});