setCreatedTimestamp method
Sets the created timestamp of the user
Implementation
void setCreatedTimestamp(int createdTimestamp) {
_createdTimestamp = createdTimestamp;
}
Sets the created timestamp of the user
void setCreatedTimestamp(int createdTimestamp) {
_createdTimestamp = createdTimestamp;
}