versionIncremental property
- @Deprecated("Use nullable DeviceInfo.data['versionIncremental'] instead.")
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'] ?? '';