$SasPortalDeviceAirInterface constructor

$SasPortalDeviceAirInterface({
  1. String? radioTechnology,
  2. String? supportedSpec,
})

Implementation

$SasPortalDeviceAirInterface({
  this.radioTechnology,
  this.supportedSpec,
});