FitnessOptions constructor

const FitnessOptions({
  1. bool avoidSteep = false,
})

Implementation

const FitnessOptions({
  this.avoidSteep = false,
});