sharedWith property

String? get sharedWith
inherited

Implementation

String? get sharedWith => atKeyObj.sharedWith;
set sharedWith (String? s)
inherited

Implementation

set sharedWith(String? s) => atKeyObj.sharedWith = VerbUtil.formatAtSign(s);