hardware property
The name of the hardware (from the kernel command line or /proc).
Implementation
@Deprecated("Use nullable DeviceInfo.data['hardware'] instead.")
static String get hardware => _deviceParameters['hardware'] ?? '';
The name of the hardware (from the kernel command line or /proc).
@Deprecated("Use nullable DeviceInfo.data['hardware'] instead.")
static String get hardware => _deviceParameters['hardware'] ?? '';