sections property

Map<String, ChangelogSection> sections
final

Using a set to avoid section duplication.

Section duplication usually happens when we are using the header filtering mode and we have the same section with and without header check. e.g the following issue https://github.com/vincenzopalazzo/changelog.dart/issues/16

Implementation

final Map<String, ChangelogSection> sections = {};