url method to get the domain
Example:
Service.domain("https://example.com/"); print(Service.url); // https://example.com/
static get url => _url;