hasNotCommit property
bool
get
hasNotCommit
Returns true if commit
is null, otherwise false.
Implementation
bool get hasNotCommit => !hasCommit;
Returns true if commit
is null, otherwise false.
bool get hasNotCommit => !hasCommit;