hardware property

String get hardware

The name of the hardware (from the kernel command line or /proc). Empty string if not available.

Implementation

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