SetOptionsOperationResponse constructor Null safety

SetOptionsOperationResponse(
  1. int? lowThreshold,
  2. int? medThreshold,
  3. int? highThreshold,
  4. String? inflationDestination,
  5. String? homeDomain,
  6. String? signerKey,
  7. int? signerWeight,
  8. int? masterKeyWeight,
  9. List<String?>? clearFlags,
  10. List<String?>? setFlags
)

Implementation

SetOptionsOperationResponse(
    this.lowThreshold,
    this.medThreshold,
    this.highThreshold,
    this.inflationDestination,
    this.homeDomain,
    this.signerKey,
    this.signerWeight,
    this.masterKeyWeight,
    this.clearFlags,
    this.setFlags);