hardware property

String get hardware

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

Implementation

static String get hardware => _deviceParameters['hardware'] ?? '';