getPublicWriteAccess method
Set whether the public is allowed to write this object.
Implementation
bool getPublicWriteAccess() {
return getWriteAccess(userId: _publicKEY);
}
Set whether the public is allowed to write this object.
bool getPublicWriteAccess() {
return getWriteAccess(userId: _publicKEY);
}