10 lines
253 B
Smalltalk
10 lines
253 B
Smalltalk
accessing
|
|
reStoreDefinition
|
|
^ super reStoreDefinition
|
|
"defineAsID: #id;"
|
|
define: #id as: String;
|
|
define: #userName as: String;
|
|
define: #profileImageUrl as: String;
|
|
define: #profileBio as: String;
|
|
"define: #createdAt as: String;"
|
|
yourself. |