Case constructor

Case(
  1. double proportion,
  2. dynamic callback()
)

Implementation

Case(this.proportion, this.callback);