feat: get cards from backend
This commit is contained in:
@@ -19,6 +19,8 @@ class ProfileModel {
|
||||
xpInto: (wallet['xp_into_level'] ?? 0) as int,
|
||||
xpNext: (wallet['xp_for_next'] ?? 1) as int,
|
||||
vip: (stats['vip'] ?? false) as bool,
|
||||
rankPoints: (wallet['rank_points'] ?? 0) as int,
|
||||
rankTier: (wallet['rank_tier'] ?? 'bronze') as String,
|
||||
stats: s == null
|
||||
? null
|
||||
: ProfileStats(
|
||||
|
||||
Reference in New Issue
Block a user