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