versionIncremental property

  1. @Deprecated("Use nullable DeviceInfo.data['versionIncremental'] instead.")
String get versionIncremental

The internal value used by the underlying source control to represent this build.

Implementation

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