isNotModEventMute property
bool
get
isNotModEventMute
Returns true if this data is not ModEventMute, otherwise false.
Implementation
bool get isNotModEventMute => !isModEventMute;
Returns true if this data is not ModEventMute, otherwise false.
bool get isNotModEventMute => !isModEventMute;