Profile constructor
Implementation
Profile({
required this.id,
required this.username,
required this.bio,
this.imageUrl,
required this.level,
required this.lives,
required this.coins,
required this.streakDays,
});
Profile({
required this.id,
required this.username,
required this.bio,
this.imageUrl,
required this.level,
required this.lives,
required this.coins,
required this.streakDays,
});