utsname property
Operating system information derived from sys/utsname.h
.
Implementation
@Deprecated("Use nullable DeviceInfo.data['utsname'] instead.")
static String get utsname => _deviceParameters['utsname'] ?? '';
Operating system information derived from sys/utsname.h
.
@Deprecated("Use nullable DeviceInfo.data['utsname'] instead.")
static String get utsname => _deviceParameters['utsname'] ?? '';