brand property

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

The consumer-visible brand with which the product/hardware will be associated, if any.

Implementation

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