Gsm constructor

Gsm({
  1. BandGSM? bandGSM,
  2. SignalGSM? signalGSM,
  3. String? connectionStatus,
  4. Network? network,
  5. String? type,
})

Implementation

Gsm(
    {this.bandGSM,
    this.signalGSM,
    this.connectionStatus,
    this.network,
    this.type});