model property

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

The end-user-visible name for the end product.

Implementation

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