systemVersion property

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

The current operating system version.

Implementation

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