DeviceListsUpdate.fromJson(Map<String, Object?> json) : changed = json.tryGetList<String>('changed') ?? [], left = json.tryGetList<String>('left') ?? [];