@override MatrixDeviceKeys.fromJson(super.json) : algorithms = json.tryGetList<String>('algorithms') ?? [], deviceId = json['device_id'] as String, super.fromJson();