id property

  1. @Deprecated("Use nullable DeviceInfo.data['id'] instead.")
String get id

Either a changelist number, or a label like "M4-rc20".

Implementation

@Deprecated("Use nullable DeviceInfo.data['id'] instead.")
static String get id => _deviceParameters['id'] ?? '';