localHostname property

  1. @override
String localHostname
override

Get the local hostname for the system.

Implementation

@override
String get localHostname => _throwIfNull(_localHostname);