Conditions constructor

const Conditions({
  1. EnableCondition? enableIf,
  2. RequiredCondition? requiredIf,
  3. List<LabelCondition>? labelValueIf,
})

Implementation

const Conditions({
  this.enableIf,
  this.requiredIf,
  this.labelValueIf,
});