cedarCorpusTests top-level property

Map<String, CedarTest> cedarCorpusTests
final

Implementation

final Map<String, CedarTest> cedarCorpusTests = _corpusTestData.map(
  (key, value) => MapEntry(key, CedarTest.fromJson(value)),
);