menu
dutato
domain/entities/gamification.dart
UserXp
xpInCurrentLevel property
xpInCurrentLevel
dark_mode
light_mode
description
xpInCurrentLevel
property
int
get
xpInCurrentLevel
Implementation
int get xpInCurrentLevel => totalXp % 100;
dutato
gamification
UserXp
xpInCurrentLevel property
UserXp class