checks property

ChecksService checks

Service containing methods to interact with the Checks API.

See https://developer.github.com/v3/checks/

Implementation

ChecksService get checks => _checks ??= ChecksService(this);