localHostname property Null safety
override
Get the local hostname for the system.
Implementation
@override
String get localHostname => _throwIfNull(_localHostname);
Get the local hostname for the system.
@override
String get localHostname => _throwIfNull(_localHostname);