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

static String get versionCodename =>
    _deviceParameters['versionCodename'] ?? '';