ExportSBOMResponse.fromJson constructor
ExportSBOMResponse.fromJson(
- Map json_
Implementation
ExportSBOMResponse.fromJson(core.Map json_)
: this(
discoveryOccurrence: json_.containsKey('discoveryOccurrence')
? json_['discoveryOccurrence'] as core.String
: null,
);