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