manufacturer property

String get manufacturer

The manufacturer of the product/hardware. Empty string if not available.

Implementation

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