isGitHubConfigured property

bool get isGitHubConfigured

Implementation

bool get isGitHubConfigured =>
    githubClientId != null &&
    githubClientId!.isNotEmpty &&
    githubClientSecret != null &&
    githubClientSecret!.isNotEmpty;