Lte constructor

Lte({
  1. BandLTE? bandLTE,
  2. int? bandwidth,
  3. int? cid,
  4. int? eci,
  5. int? enb,
  6. int? pci,
  7. SignalLTE? signalLTE,
  8. int? tac,
  9. String? ecgi,
  10. String? connectionStatus,
  11. Network? network,
  12. int? subscriptionId,
  13. String? type,
})

Implementation

Lte(
    {this.bandLTE,
    this.bandwidth,
    this.cid,
    this.eci,
    this.enb,
    this.pci,
    this.signalLTE,
    this.tac,
    this.ecgi,
    this.connectionStatus,
    this.network,
    this.subscriptionId,
    this.type});