GetFieldOnlineRequest constructor

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

Implementation

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