Milestones constructor

Milestones({
  1. String? image,
  2. String? name,
  3. String? description,
  4. int? milestoneQuantity,
  5. String? sId,
})

Implementation

Milestones(
    {this.image,
    this.name,
    this.description,
    this.milestoneQuantity,
    this.sId});