breakingChangeDescription property

String? breakingChangeDescription
final

The description of the breaking change, e.g. the text after BREAKING CHANGE:

Will be null if isBreakingChange is false. Defaults to description if the BREAKING CHANGE: footer format was not used, e.g. only ! after the commit type was specified.

Implementation

final String? breakingChangeDescription;