SasPortalDeviceConfig constructor

SasPortalDeviceConfig({
  1. SasPortalDeviceAirInterface? airInterface,
  2. String? callSign,
  3. String? category,
  4. SasPortalInstallationParams? installationParams,
  5. bool? isSigned,
  6. List<String>? measurementCapabilities,
  7. SasPortalDeviceModel? model,
  8. String? state,
  9. String? updateTime,
  10. String? userId,
})

Implementation

SasPortalDeviceConfig({
  this.airInterface,
  this.callSign,
  this.category,
  this.installationParams,
  this.isSigned,
  this.measurementCapabilities,
  this.model,
  this.state,
  this.updateTime,
  this.userId,
});