CellId constructor

CellId({
  1. int? cid,
  2. int? lac,
})

Implementation

CellId({
   this.cid,
   this.lac,
});