HumanLoopActivationConfig constructor

HumanLoopActivationConfig({
  1. required HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig,
})

Implementation

HumanLoopActivationConfig({
  required this.humanLoopActivationConditionsConfig,
});