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