Case constructor

Case({
  1. required List<CaseCondition> conditions,
  2. QField? as,
  3. QVar? elseValue,
})

Implementation

Case({required this.conditions, this.as, this.elseValue});