localizedModel property

String get localizedModel

Localized name of the device model. Empty string if not available.

Implementation

// @Deprecated("Use nullable DeviceInfo.data['localizedModel'] instead.")
static String get localizedModel => _deviceParameters['localizedModel'] ?? '';