ModerationGetRecordsOutput constructor

  1. @JsonSerializable(includeIfNull: false)
const ModerationGetRecordsOutput({
  1. @UModerationGetRecordsRecordsConverter() required List<UModerationGetRecordsRecords> records,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory ModerationGetRecordsOutput({
  @UModerationGetRecordsRecordsConverter()
  required List<UModerationGetRecordsRecords> records,

  Map<String, dynamic>? $unknown,
}) = _ModerationGetRecordsOutput;