getPublicWriteAccess method

bool getPublicWriteAccess()

Set whether the public is allowed to write this object.

Implementation

bool getPublicWriteAccess() {
  return getWriteAccess(userId: _publicKEY);
}