ModEventUnmuteReporter.fromJson constructor

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

Implementation

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