model property
String
get
model
The end-user-visible name for the end product. Empty string if not available.
Implementation
static String get model => _deviceParameters['model'] ?? '';
The end-user-visible name for the end product. Empty string if not available.
static String get model => _deviceParameters['model'] ?? '';