$SasPortalInstallationParams constructor

$SasPortalInstallationParams({
  1. int? antennaAzimuth,
  2. int? antennaBeamwidth,
  3. int? antennaDowntilt,
  4. int? antennaGain,
  5. String? antennaModel,
  6. bool? cpeCbsdIndication,
  7. int? eirpCapability,
  8. double? height,
  9. String? heightType,
  10. double? horizontalAccuracy,
  11. bool? indoorDeployment,
  12. double? latitude,
  13. double? longitude,
  14. double? verticalAccuracy,
})

Implementation

$SasPortalInstallationParams({
  this.antennaAzimuth,
  this.antennaBeamwidth,
  this.antennaDowntilt,
  this.antennaGain,
  this.antennaModel,
  this.cpeCbsdIndication,
  this.eirpCapability,
  this.height,
  this.heightType,
  this.horizontalAccuracy,
  this.indoorDeployment,
  this.latitude,
  this.longitude,
  this.verticalAccuracy,
});