GetSectionPageSetupRequest constructor

GetSectionPageSetupRequest(
  1. String? name,
  2. int? sectionIndex, {
  3. String? folder,
  4. String? storage,
  5. String? loadEncoding,
  6. String? password,
  7. String? encryptedPassword,
})

Implementation

GetSectionPageSetupRequest(this.name, this.sectionIndex,
    {this.folder,
    this.storage,
    this.loadEncoding,
    this.password,
    this.encryptedPassword});