systemName property

String get systemName

The name of the current operating system. Empty string if not available.

Implementation

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