sharedBy property

String? sharedBy
inherited

Implementation

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

Implementation

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