UserDataModel constructor

UserDataModel({
  1. String? sId,
  2. String? contestId,
  3. String? challengeId,
  4. String? userId,
  5. String? clientId,
  6. List<MilestonesData>? milestonesData,
  7. String? eventAttribute,
  8. int? iV,
})

Implementation

UserDataModel(
    {this.sId,
    this.contestId,
    this.challengeId,
    this.userId,
    this.clientId,
    this.milestonesData,
    this.eventAttribute,
    this.iV});