GetRunRequest constructor

GetRunRequest(
  1. String? name,
  2. String? paragraphPath,
  3. int? index, {
  4. String? folder,
  5. String? storage,
  6. String? loadEncoding,
  7. String? password,
  8. String? encryptedPassword,
})

Implementation

GetRunRequest(this.name, this.paragraphPath, this.index,
    {this.folder,
    this.storage,
    this.loadEncoding,
    this.password,
    this.encryptedPassword});