localizedModel property
Localized name of the device model.
Implementation
@Deprecated("Use nullable DeviceInfo.data['localizedModel'] instead.")
static String get localizedModel => _deviceParameters['localizedModel'] ?? '';
Localized name of the device model.
@Deprecated("Use nullable DeviceInfo.data['localizedModel'] instead.")
static String get localizedModel => _deviceParameters['localizedModel'] ?? '';