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