brand property
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'] ?? '';
The consumer-visible brand with which the product/hardware will be associated, if any.
@Deprecated("Use nullable DeviceInfo.data['brand'] instead.")
static String get brand => _deviceParameters['brand'] ?? '';