CellTower constructor
CellTower({})
Implementation
CellTower({
required this.cellId,
required this.locationAreaCode,
required this.mobileCountryCode,
required this.mobileNetworkCode,
this.timingAdvance,
super.age,
super.signalStrength,
});