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