systemVersion property
String
get
systemVersion
The current operating system version. Empty string if not available.
Implementation
// @Deprecated("Use nullable DeviceInfo.data['systemVersion'] instead.")
static String get systemVersion => _deviceParameters['systemVersion'] ?? '';