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