instance property

GitHubHelper? instance

Implementation

static GitHubHelper? get instance {
  return _instance ??= GitHubHelper();
}