BandGSM constructor

BandGSM({
  1. int? arfcn,
  2. int? channelNumber,
  3. String? name,
  4. int? number,
})

Implementation

BandGSM({this.arfcn, this.channelNumber, this.name, this.number});