feat: add characters
This commit is contained in:
@@ -13,6 +13,7 @@ class ProfileModel {
|
||||
return ProfileEntity(
|
||||
name: (name == null || name.isEmpty) ? 'بازیکن' : name,
|
||||
avatar: (avatar == null || avatar.isEmpty) ? 'hakem-1' : avatar,
|
||||
avatarImg: (wallet['selected_avatar_img'] ?? '') as String,
|
||||
mobile: (user['mobile'] as String?) ?? '',
|
||||
level: (wallet['level'] ?? 1) as int,
|
||||
trophies: (wallet['trophies'] ?? 0) as int,
|
||||
|
||||
Reference in New Issue
Block a user