GetTableRowOnlineRequest constructor

GetTableRowOnlineRequest(
  1. ByteData? document,
  2. String? tablePath,
  3. int? index, {
  4. String? loadEncoding,
  5. String? password,
  6. String? encryptedPassword,
})

Implementation

GetTableRowOnlineRequest(this.document, this.tablePath, this.index,
    {this.loadEncoding, this.password, this.encryptedPassword});