AppVersion constructor
Creates an AppVersion milestone record.
Implementation
const AppVersion({
required this.id,
required this.appId,
required this.label,
required this.position,
required this.released,
this.releasedAt,
this.description,
required this.createdAt,
required this.updatedAt,
});