SasPortalInstallationParams constructor
SasPortalInstallationParams({
- int? antennaAzimuth,
- int? antennaBeamwidth,
- int? antennaDowntilt,
- int? antennaGain,
- String? antennaModel,
- bool? cpeCbsdIndication,
- int? eirpCapability,
- double? height,
- String? heightType,
- double? horizontalAccuracy,
- bool? indoorDeployment,
- double? latitude,
- double? longitude,
- 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,
});