isGit property

bool get isGit

Whether this is a git mount.

Implementation

bool get isGit => kind == 'git';