versionIncremental property

String get versionIncremental

The internal value used by the underlying source control to represent this build. Empty string if not available.

Implementation

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