host property

String get host

Hostname. Empty string if not available.

Implementation

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