isNotModEventUnmute property
bool
get
isNotModEventUnmute
Returns true if this data is not ModEventUnmute, otherwise false.
Implementation
bool get isNotModEventUnmute => !isModEventUnmute;
Returns true if this data is not ModEventUnmute, otherwise false.
bool get isNotModEventUnmute => !isModEventUnmute;