localHostname property Null safety

String localHostname
override

Get the local hostname for the system.

Implementation

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