AttackExposure constructor

AttackExposure({
  1. String? attackExposureResult,
  2. int? exposedHighValueResourcesCount,
  3. int? exposedLowValueResourcesCount,
  4. int? exposedMediumValueResourcesCount,
  5. String? latestCalculationTime,
  6. double? score,
  7. String? state,
})

Implementation

AttackExposure({
  this.attackExposureResult,
  this.exposedHighValueResourcesCount,
  this.exposedLowValueResourcesCount,
  this.exposedMediumValueResourcesCount,
  this.latestCalculationTime,
  this.score,
  this.state,
});