ExportSBOMResponse.fromJson constructor

ExportSBOMResponse.fromJson(
  1. Map json_
)

Implementation

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