systemName property

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

The name of the current operating system.

Implementation

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