Conditions constructor
      const
      Conditions({ 
    
    
- EnableCondition? enableIf,
 - RequiredCondition? requiredIf,
 - List<
LabelCondition> ? labelValueIf, 
Implementation
const Conditions({
  this.enableIf,
  this.requiredIf,
  this.labelValueIf,
});