QueryKeysResponse constructor

QueryKeysResponse({
  1. Map<String, Map<String, SDNDeviceKeys>>? deviceKeys,
  2. Map<String, Map<String, Object?>>? failures,
  3. Map<String, SDNCrossSigningKey>? masterKeys,
  4. Map<String, SDNCrossSigningKey>? selfSigningKeys,
  5. Map<String, SDNCrossSigningKey>? userSigningKeys,
})

Implementation

QueryKeysResponse({
  this.deviceKeys,
  this.failures,
  this.masterKeys,
  this.selfSigningKeys,
  this.userSigningKeys,
});