urlShortener property

UrlShortenerService urlShortener

Service to provide a handy method to access GitHub's url shortener.

Implementation

UrlShortenerService get urlShortener =>
    _urlShortener ??= UrlShortenerService(this);