InsertFormFieldOnlineRequest constructor

InsertFormFieldOnlineRequest(
  1. ByteData? document,
  2. FormField? formField, {
  3. String? nodePath,
  4. String? loadEncoding,
  5. String? password,
  6. String? encryptedPassword,
  7. String? destFileName,
  8. String? revisionAuthor,
  9. String? revisionDateTime,
  10. String? insertBeforeNode,
})

Implementation

InsertFormFieldOnlineRequest(this.document, this.formField,
    {this.nodePath,
    this.loadEncoding,
    this.password,
    this.encryptedPassword,
    this.destFileName,
    this.revisionAuthor,
    this.revisionDateTime,
    this.insertBeforeNode});