AttestationSource.fromJson constructor
AttestationSource.fromJson(
- Map json_
Implementation
AttestationSource.fromJson(core.Map json_)
: this(
containerAnalysisAttestationProjects:
(json_['containerAnalysisAttestationProjects'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);