NiceVersionItem constructor
const
NiceVersionItem({})
Implementation
const NiceVersionItem({
required this.id,
required this.version,
this.description,
required this.timestamp,
this.author,
this.authorAvatar,
this.changes,
this.isPublished = false,
this.isDraft = false,
});