getPublicReadAccess method

bool getPublicReadAccess()

Get whether the public is allowed to read this object.

Implementation

bool getPublicReadAccess() {
  return getReadAccess(userId: _publicKEY);
}