versionCodename property
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'] ?? '';