RankConfidence constructor
const
RankConfidence({
- required double confidence,
- required double gapToNext,
- required RankStability stability,
Implementation
const RankConfidence({
required this.confidence,
required this.gapToNext,
required this.stability,
});