ChangelogEntry constructor
Creates a ChangelogEntry release note item.
Implementation
const ChangelogEntry({
required this.id,
required this.title,
required this.body,
this.versionLabel,
required this.publishedAt,
this.linkedRequests = const [],
});