MilestonesData constructor

MilestonesData({
  1. String? milestoneId,
  2. bool? isCompleted,
  3. int? progressQuantity,
  4. bool? rewardsCredited,
  5. String? sId,
})

Implementation

MilestonesData(
    {this.milestoneId,
    this.isCompleted,
    this.progressQuantity,
    this.rewardsCredited,
    this.sId});