versionCodename property

String versionCodename

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

Implementation

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