GetDocumentHyperlinkByIndexOnlineRequest constructor

GetDocumentHyperlinkByIndexOnlineRequest(
  1. ByteData? document,
  2. int? hyperlinkIndex, {
  3. String? loadEncoding,
  4. String? password,
  5. String? encryptedPassword,
})

Implementation

GetDocumentHyperlinkByIndexOnlineRequest(this.document, this.hyperlinkIndex,
    {this.loadEncoding, this.password, this.encryptedPassword});