AiZoneConfig constructor
AiZoneConfig({})
Implementation
AiZoneConfig({
required this.id,
this.description,
this.allowSimplify = false,
this.allowGuide = false,
this.allowHighlight = true,
this.allowInjectBlock = false,
this.allowInjectCard = false,
this.interventionEligible = false,
this.proactiveIntervention = false,
this.blocks = const [],
});