users property
UsersService
get
users
Service for user related methods of the GitHub API.
Implementation
UsersService get users => _users ??= UsersService(this);
Service for user related methods of the GitHub API.
UsersService get users => _users ??= UsersService(this);