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