storageKey property

String get storageKey

Stable key matching DiscoveryEventDeviceRemoved.storageKey. Index by this, not DeviceInfo.name, so removals line up.

Implementation

String get storageKey => deviceStorageKey(deviceInfo);