$SBOMStatus constructor

$SBOMStatus({
  1. String? error,
  2. String? sbomState,
})

Implementation

$SBOMStatus({this.error, this.sbomState});