$ExploitPredictionScoringSystem.fromJson constructor

$ExploitPredictionScoringSystem.fromJson(
  1. Map json_
)

Implementation

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