isGitRepo property
bool
get
isGitRepo
Check if this is a git repository.
Implementation
bool get isGitRepo => hasNature<GitFolder>();
Check if this is a git repository.
bool get isGitRepo => hasNature<GitFolder>();