VolumeRecommendationOption constructor
VolumeRecommendationOption({
- VolumeConfiguration? configuration,
- double? performanceRisk,
- int? rank,
Implementation
VolumeRecommendationOption({
this.configuration,
this.performanceRisk,
this.rank,
});