UserModel constructor

UserModel({
  1. bool? socialLogin,
  2. double? totalCampnayValuation,
  3. double? totalCash,
  4. double? totalcompanyBudget,
  5. double? totalcompanyReputation,
  6. double? totalemployNumber,
  7. double? totalemploySatisfaction,
  8. String? currentStudying,
  9. int? points,
  10. GameAvatar? gameAvatar,
  11. int? shotsDiscovered,
  12. int? rank,
  13. List<String>? subscribedCountries,
  14. int? activeCountries,
  15. String? username,
  16. List<CompanyValuationPoint>? companyValuationPoint,
  17. List<double>? studentGrades,
  18. List<GrowthTrend>? growthTrend,
  19. bool? emailVerified,
  20. String? nickname,
  21. bool? phoneVerified,
  22. String? role,
  23. String? status,
  24. bool? social,
  25. String? language,
  26. String? id,
  27. String? name,
  28. String? email,
  29. String? phone,
  30. String? avatar,
  31. String? address,
  32. String? createdAt,
  33. String? updatedAt,
  34. double? score,
  35. Classroom? classroom,
  36. String? panel,
})

Implementation

UserModel({
  this.socialLogin,
  this.totalCampnayValuation,
  this.totalCash,
  this.totalcompanyBudget,
  this.totalcompanyReputation,
  this.totalemployNumber,
  this.totalemploySatisfaction,
  this.currentStudying,
  this.points,
  this.gameAvatar,
  this.shotsDiscovered,
  this.rank,
  this.subscribedCountries,
  this.activeCountries,
  this.username,
  this.companyValuationPoint,
  this.studentGrades,
  this.growthTrend,
  this.emailVerified,
  this.nickname,
  this.phoneVerified,
  this.role,
  this.status,
  this.social,
  this.language,
  this.id,
  this.name,
  this.email,
  this.phone,
  this.avatar,
  this.address,
  this.createdAt,
  this.updatedAt,
  this.score,
  this.classroom,
  this.panel,
});