manufacturer property
The manufacturer of the product/hardware.
Implementation
@Deprecated("Use nullable DeviceInfo.data['manufacturer'] instead.")
static String get manufacturer => _deviceParameters['manufacturer'] ?? '';
The manufacturer of the product/hardware.
@Deprecated("Use nullable DeviceInfo.data['manufacturer'] instead.")
static String get manufacturer => _deviceParameters['manufacturer'] ?? '';