isFeature property

bool isFeature

Whether this commit adds a new feature.

Implementation

bool get isFeature => type == 'feat';