isFix property

bool isFix

Whether this commit represents a bug fix.

Implementation

bool get isFix => type == 'fix';