PlanItem constructor

PlanItem({
  1. required Float64List a,
  2. required Float64List aC,
  3. required Float64List bT,
  4. required Float64List bO,
  5. required (double, double) ca,
  6. required (double, double) cb,
  7. required double theta,
  8. required double lnSigma,
  9. required double res,
  10. required bool closed,
  11. required BlockTransport? block,
})

Implementation

PlanItem({
  required this.a,
  required this.aC,
  required this.bT,
  required this.bO,
  required this.ca,
  required this.cb,
  required this.theta,
  required this.lnSigma,
  required this.res,
  required this.closed,
  required this.block,
});