GeleiderProp constructor

const GeleiderProp({
  1. required double rho20,
  2. required double alpha20,
})

Implementation

const GeleiderProp({required this.rho20, required this.alpha20});