$ExploitPredictionScoringSystem.fromJson constructor
$ExploitPredictionScoringSystem.fromJson(
- Map json_
Implementation
$ExploitPredictionScoringSystem.fromJson(core.Map json_)
: this(
percentile: (json_['percentile'] as core.num?)?.toDouble(),
score: (json_['score'] as core.num?)?.toDouble(),
);