product property

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

The name of the overall product.

Implementation

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