id property

String get id

Either a changelist number, or a label like "M4-rc20". Empty string if not available.

Implementation

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