GetTablesOnlineRequest constructor

GetTablesOnlineRequest(
  1. ByteData? document, {
  2. String? nodePath,
  3. String? loadEncoding,
  4. String? password,
  5. String? encryptedPassword,
})

Implementation

GetTablesOnlineRequest(this.document,
    {this.nodePath,
    this.loadEncoding,
    this.password,
    this.encryptedPassword});