users property

UsersService users

Service for user related methods of the GitHub API.

Implementation

UsersService get users => _users ??= UsersService(this);