Cubic constructor

const Cubic(
  1. double a,
  2. double b,
  3. double c,
  4. double d,
)

Implementation

const Cubic(this.a, this.b, this.c, this.d);