7 lines
231 B
Smalltalk
7 lines
231 B
Smalltalk
accessing
|
|
asDictionary
|
|
|
|
^ { 'profile-card-avatar' -> self profileImageFile values first fullName.
|
|
'profile-card-fullname' -> self name .
|
|
'profile-card-username' -> self userName .
|
|
'profile-bio' -> self profileBio } asDictionary |