CisBenchmark.fromJson constructor

CisBenchmark.fromJson(
  1. Map json_
)

Implementation

CisBenchmark.fromJson(core.Map json_)
    : this(
        profileLevel: json_['profileLevel'] as core.int?,
        severity: json_['severity'] as core.String?,
      );