fromJson method
Implementation
@override
ModerationGetRecordsInput fromJson(Map<String, dynamic> json) {
return ModerationGetRecordsInput.fromJson(
translate(json, ModerationGetRecordsInput.knownProps),
);
}
@override
ModerationGetRecordsInput fromJson(Map<String, dynamic> json) {
return ModerationGetRecordsInput.fromJson(
translate(json, ModerationGetRecordsInput.knownProps),
);
}