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