hasNotCommit property

bool get hasNotCommit

Returns true if commit is null, otherwise false.

Implementation

bool get hasNotCommit => !hasCommit;