isNotModEventEmail property
bool
get
isNotModEventEmail
Returns true if this data is not ModEventEmail, otherwise false.
Implementation
bool get isNotModEventEmail => !isModEventEmail;
Returns true if this data is not ModEventEmail, otherwise false.
bool get isNotModEventEmail => !isModEventEmail;