manufacturer property

  1. @Deprecated("Use nullable DeviceInfo.data['manufacturer'] instead.")
String get manufacturer

The manufacturer of the product/hardware.

Implementation

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