url property

dynamic get url

url method to get the domain

Example:

Service.domain("https://example.com/");
print(Service.url); // https://example.com/

Implementation

static get url => _url;