CaseItem constructor

CaseItem(
  1. Logic value,
  2. List<Conditional> then
)

Executes then when value matches.

Implementation

CaseItem(this.value, this.then);