isNotCommit property

bool get isNotCommit

Returns true if this data is not Commit, otherwise false.

Implementation

bool get isNotCommit => !isCommit;