menu
firedoctor package
documentation
models/score_weights.dart
ScoreWeights
ScoreWeights.new const constructor
ScoreWeights.new const constructor
dark_mode
light_mode
ScoreWeights
constructor
const
ScoreWeights
(
{
int
critical
=
25
,
int
error
=
15
,
int
warning
=
5
,
int
info
=
1
,
})
Implementation
const ScoreWeights({ this.critical = 25, this.error = 15, this.warning = 5, this.info = 1, });
firedoctor package
documentation
models/score_weights
ScoreWeights
ScoreWeights.new const constructor
ScoreWeights class