device property

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

The name of the industrial design.

Implementation

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