isPublic property

bool isPublic
getter/setter pair

if isPublic is true, then atKey is accessible by all atSigns. if isPublic is false, then atKey is only accessible by either sharedWith or sharedBy

Implementation

bool isPublic = false;