DoubleCandidates constructor

DoubleCandidates({
  1. List<double>? candidates,
})

Implementation

DoubleCandidates({
  this.candidates,
});