hardware property

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

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'] ?? '';