ModerationEmitEventInput.fromJson constructor

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

Implementation

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