9 lines
223 B
Smalltalk
9 lines
223 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. |