id property
Either a changelist number, or a label like "M4-rc20".
Implementation
@Deprecated("Use nullable DeviceInfo.data['id'] instead.")
static String get id => _deviceParameters['id'] ?? '';
Either a changelist number, or a label like "M4-rc20".
@Deprecated("Use nullable DeviceInfo.data['id'] instead.")
static String get id => _deviceParameters['id'] ?? '';