brand property

String get brand

The consumer-visible brand with which the product/hardware will be associated. Empty string if not available.

Implementation

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