device property
String
get
device
The name of the industrial design. Empty string if not available.
Implementation
// @Deprecated("Use nullable DeviceInfo.data['device'] instead.")
static String get device => _deviceParameters['device'] ?? '';