SbomConfig constructor

SbomConfig({
  1. String? enablementConfig,
  2. String? lastEnableTime,
})

Implementation

SbomConfig({
  this.enablementConfig,
  this.lastEnableTime,
});