fqdn property
String
get
fqdn
Returns the fully qualified domain name of the current service.
Implementation
String get fqdn => '$name.$type.local';
Returns the fully qualified domain name of the current service.
String get fqdn => '$name.$type.local';