CellType constructor

CellType({
  1. String? type,
  2. Wcdma? wcdma,
  3. Nr? nr,
  4. Lte? lte,
  5. Gsm? gsm,
  6. Tdscdma? tdscdma,
  7. Cdma? cdma,
})

Implementation

CellType(
    {this.type,
    this.wcdma,
    this.nr,
    this.lte,
    this.gsm,
    this.tdscdma,
    this.cdma});