isEmpty property

bool isEmpty

Whether there are no items in all commit groups.

Implementation

bool get isEmpty =>
    (bugFixes.length + features.length + breakingChanges.length) > 0;