localHostname 属性

String localHostname
final

系统的本地主机名。

例如: "mycomputer.corp.example.com" "mycomputer"

使用平台的 gethostname 实现。

实现

static final localHostname = _Platform.localHostname;