Case constructor
Case({
- required List<
CaseCondition> conditions, - QField? as,
- QVar? elseValue,
Implementation
Case({required this.conditions, this.as, this.elseValue});