List<String> toWeb() { return [ url, subdomains.isNotEmpty ? subdomains.reduce((value, element) => '$value$element') : '' ]; }