VolumeRecommendationOption constructor

VolumeRecommendationOption({
  1. VolumeConfiguration? configuration,
  2. double? performanceRisk,
  3. int? rank,
})

Implementation

VolumeRecommendationOption({
  this.configuration,
  this.performanceRisk,
  this.rank,
});