SasPortalDevice constructor
SasPortalDevice({
- SasPortalDeviceConfig? activeConfig,
- List<
SasPortalChannelWithScore> ? currentChannels, - SasPortalDeviceMetadata? deviceMetadata,
- String? displayName,
- String? fccId,
- List<
SasPortalFrequencyRange> ? grantRangeAllowlists, - List<
SasPortalDeviceGrant> ? grants, - String? name,
- SasPortalDeviceConfig? preloadedConfig,
- String? serialNumber,
- 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,
});