Cs constructor

Cs(
  1. double C_0,
  2. double C_mid,
  3. double C_max
)

Implementation

Cs(this.C_0, this.C_mid, this.C_max);