UserModel constructor
UserModel({
- bool? socialLogin,
- double? totalCampnayValuation,
- double? totalCash,
- double? totalcompanyBudget,
- double? totalcompanyReputation,
- double? totalemployNumber,
- double? totalemploySatisfaction,
- String? currentStudying,
- int? points,
- GameAvatar? gameAvatar,
- int? shotsDiscovered,
- int? rank,
- List<
String> ? subscribedCountries, - int? activeCountries,
- String? username,
- List<
CompanyValuationPoint> ? companyValuationPoint, - List<
double> ? studentGrades, - List<
GrowthTrend> ? growthTrend, - bool? emailVerified,
- String? nickname,
- bool? phoneVerified,
- String? role,
- String? status,
- bool? social,
- String? language,
- String? id,
- String? name,
- String? email,
- String? phone,
- String? avatar,
- String? address,
- String? createdAt,
- String? updatedAt,
- double? score,
- Classroom? classroom,
- 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,
});