getPublicReadAccess method
Get whether the public is allowed to read this object.
Implementation
bool getPublicReadAccess() {
return getReadAccess(userId: _publicKEY);
}
Get whether the public is allowed to read this object.
bool getPublicReadAccess() {
return getReadAccess(userId: _publicKEY);
}