Gsm constructor

Gsm({
  1. BandGSM? bandGSM,
  2. SignalGSM? signalGSM,
  3. String? connectionStatus,
  4. Network? network,
  5. String? type,
  6. int? cid,
  7. int? lac,
  8. int? bsic,
  9. int? ncc,
  10. int? bcc,
  11. String? cgi,
})

Implementation

Gsm({
  this.bandGSM,
  this.signalGSM,
  this.connectionStatus,
  this.network,
  this.type,
  this.cid,
  this.lac,
  this.bsic,
  this.ncc,
  this.bcc,
  this.cgi,
});