GetSectionsOnlineRequest constructor

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

Implementation

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