systemName property
The name of the current operating system.
Implementation
@Deprecated("Use nullable DeviceInfo.data['systemName'] instead.")
static String get systemName => _deviceParameters['systemName'] ?? '';
The name of the current operating system.
@Deprecated("Use nullable DeviceInfo.data['systemName'] instead.")
static String get systemName => _deviceParameters['systemName'] ?? '';