gitHubUrl property

GitHubUrl? gitHubUrl

Parse string to github url

Implementation

GitHubUrl? get gitHubUrl => GitHubUrl.parse(this ?? '');