versionIncremental property

String get versionIncremental

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

Implementation

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