devices property

Map<String, DeviceInfo>? devices
getter/setter pair

Each key is an identifier for one of the user's devices.

Implementation

Map<String, DeviceInfo>? devices;