SasPortalDevice constructor

SasPortalDevice({
  1. SasPortalDeviceConfig? activeConfig,
  2. List<SasPortalChannelWithScore>? currentChannels,
  3. SasPortalDeviceMetadata? deviceMetadata,
  4. String? displayName,
  5. String? fccId,
  6. List<SasPortalFrequencyRange>? grantRangeAllowlists,
  7. List<SasPortalDeviceGrant>? grants,
  8. String? name,
  9. SasPortalDeviceConfig? preloadedConfig,
  10. String? serialNumber,
  11. String? state,
})

Implementation

SasPortalDevice({
  this.activeConfig,
  this.currentChannels,
  this.deviceMetadata,
  this.displayName,
  this.fccId,
  this.grantRangeAllowlists,
  this.grants,
  this.name,
  this.preloadedConfig,
  this.serialNumber,
  this.state,
});