host property

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

Hostname.

Implementation

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