product property
The name of the overall product.
Implementation
@Deprecated("Use nullable DeviceInfo.data['product'] instead.")
static String get product => _deviceParameters['product'] ?? '';
The name of the overall product.
@Deprecated("Use nullable DeviceInfo.data['product'] instead.")
static String get product => _deviceParameters['product'] ?? '';