OptimizationActivity constructor

OptimizationActivity({
  1. String? floodlightActivityId,
  2. DimensionValue? floodlightActivityIdDimensionValue,
  3. int? weight,
})

Implementation

OptimizationActivity({
  this.floodlightActivityId,
  this.floodlightActivityIdDimensionValue,
  this.weight,
});