2021-08-12 15:31:55 +00:00
|
|
|
accessing
|
|
|
|
fromDictionary: userDict
|
|
|
|
id := userDict at: 'id'.
|
|
|
|
name := userDict at: 'name'.
|
2021-08-13 00:58:41 +00:00
|
|
|
userName := userDict at: 'username'.
|
2021-08-22 01:52:32 +00:00
|
|
|
createdAt := userDict at: 'created_at'.
|
2021-08-20 03:43:03 +00:00
|
|
|
profileImageUrl := userDict at: 'profile_image_url'.
|
|
|
|
description := userDict at: 'description'.
|