dontAllowToOthersToWatchMyEvents property
inherited
Implementation
@override
String get dontAllowToOthersToWatchMyEvents {
_$dontAllowToOthersToWatchMyEventsAtom.reportRead();
return super.dontAllowToOthersToWatchMyEvents;
}
inherited
Implementation
@override
set dontAllowToOthersToWatchMyEvents(String value) {
_$dontAllowToOthersToWatchMyEventsAtom
.reportWrite(value, super.dontAllowToOthersToWatchMyEvents, () {
super.dontAllowToOthersToWatchMyEvents = value;
});
}