GetVersionOperationMetadataSbomInfo constructor

GetVersionOperationMetadataSbomInfo({
  1. Map<String, String> currentComponentVersions = const {},
  2. Map<String, String> targetComponentVersions = const {},
})

Implementation

GetVersionOperationMetadataSbomInfo({
  this.currentComponentVersions = const {},
  this.targetComponentVersions = const {},
}) : super(fullyQualifiedName);