CaseCondition constructor

CaseCondition({
  1. required Condition when,
  2. required QVar then,
})

Implementation

CaseCondition({required this.when, required this.then});