fqdn method Null safety

String fqdn()

FQDNを返す

Implementation

String fqdn() {
  return _isScript ? _scriptFqdn : _fqdn;
}