modEventMuteReporterOrNull property

ModEventMuteReporter? get modEventMuteReporterOrNull

Returns ModEventMuteReporter if this data is ModEventMuteReporter, otherwise null.

Implementation

ModEventMuteReporter? get modEventMuteReporterOrNull =>
    isModEventMuteReporter ? modEventMuteReporter : null;