localizedModel property

  1. @Deprecated("Use nullable DeviceInfo.data['localizedModel'] instead.")
String get localizedModel

Localized name of the device model.

Implementation

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