MatrixDeviceKeys constructor

MatrixDeviceKeys(
  1. String userId,
  2. String deviceId,
  3. List<String> algorithms,
  4. Map<String, String> keys,
  5. Map<String, Map<String, String>> signatures, {
  6. Map<String, Object?>? unsigned,
})

Implementation

MatrixDeviceKeys(
  super.userId,
  this.deviceId,
  this.algorithms,
  super.keys,
  Map<String, Map<String, String>> super.signatures, {
  super.unsigned,
});