Changelog constructor
Changelog({})
Implementation
Changelog(
{this.id,
this.author,
this.created,
List<ChangelogItemsItem>? items,
this.historyMetadata})
: items = items ?? [];
Changelog(
{this.id,
this.author,
this.created,
List<ChangelogItemsItem>? items,
this.historyMetadata})
: items = items ?? [];