sharedWith property

String? sharedWith
inherited

Implementation

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

Implementation

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