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