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