gists property

GistsService gists

Service for gist related methods of the GitHub API.

Implementation

GistsService get gists => _gists ??= GistsService(this);