Conditional constructor
Conditional({})
Implementation
Conditional({
this.cases,
this.condition,
this.defaultCase,
this.showPending = false,
super.layout,
super.modifiers,
}) : super(schemaType: Conditional.schemaName);