dontAllowToOthersToWatchMyEvents property

  1. @override
String dontAllowToOthersToWatchMyEvents
inherited

Implementation

@override
String get dontAllowToOthersToWatchMyEvents {
  _$dontAllowToOthersToWatchMyEventsAtom.reportRead();
  return super.dontAllowToOthersToWatchMyEvents;
}
  1. @override
void dontAllowToOthersToWatchMyEvents=(String value)
inherited

Implementation

@override
set dontAllowToOthersToWatchMyEvents(String value) {
  _$dontAllowToOthersToWatchMyEventsAtom
      .reportWrite(value, super.dontAllowToOthersToWatchMyEvents, () {
    super.dontAllowToOthersToWatchMyEvents = value;
  });
}