GameProfileModel constructor
GameProfileModel({})
Implementation
GameProfileModel({
this.id,
required this.userId,
this.companyId,
this.totalXp = 0,
this.level = 1,
this.currentLevelXp = 0,
this.xpToNextLevel = 100,
this.streak = 0,
this.lastActivityDate,
this.createdAt,
this.updatedAt,
});