product property
String
get
product
The name of the overall product. Empty string if not available.
Implementation
static String get product => _deviceParameters['product'] ?? '';
The name of the overall product. Empty string if not available.
static String get product => _deviceParameters['product'] ?? '';