BandNR constructor

BandNR({
  1. int? downlinkArfcn,
  2. int? downlinkFrequency,
  3. int? channelNumber,
  4. String? name,
  5. int? number,
})

Implementation

BandNR(
    {this.downlinkArfcn,
    this.downlinkFrequency,
    this.channelNumber,
    this.name,
    this.number});