BadgeModel constructor
const
BadgeModel()
Implementation
const BadgeModel(
this.id,
this.title,
this.description,
this.imageUrl,
this.progress,
this.startedOn,
this.endedOn,
this.completedOn
);