sharedWith property
See AtKey.sharedWith
Implementation
String? get sharedWith => atKeyObj.sharedWith;
      
      set
      sharedWith
      () 
      
    
inherited
    See AtKey.sharedWith
Implementation
set sharedWith(String? s) => atKeyObj.sharedWith = VerbUtil.formatAtSign(s);