ModerationGetEventInput.fromJson constructor

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

Implementation

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