ModEventUnmuteReporter.fromJson constructor

ModEventUnmuteReporter.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ModEventUnmuteReporter.fromJson(Map<String, Object?> json) =>
    _$ModEventUnmuteReporterFromJson(json);