SasPortalChannelWithScore constructor

SasPortalChannelWithScore({
  1. SasPortalFrequencyRange? frequencyRange,
  2. double? score,
})

Implementation

SasPortalChannelWithScore({
  this.frequencyRange,
  this.score,
});