versionCodename property

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

The current development codename, or the string "REL" if this is a release build.

Implementation

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