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