HumanLoopDataAttributes constructor

HumanLoopDataAttributes({
  1. required List<ContentClassifier> contentClassifiers,
})

Implementation

HumanLoopDataAttributes({
  required this.contentClassifiers,
});