versionCodename property

String get versionCodename

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

Implementation

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