modEventUnmuteReporterOrNull property
ModEventUnmuteReporter?
get
modEventUnmuteReporterOrNull
Returns ModEventUnmuteReporter if this data is ModEventUnmuteReporter, otherwise null.
Implementation
ModEventUnmuteReporter? get modEventUnmuteReporterOrNull =>
isModEventUnmuteReporter ? modEventUnmuteReporter : null;