build method
Builds.
The implementation of this method will be generated for you by the built_value generator.
Implementation
@override
_$CellTower build() {
final _$result = _$v ??
new _$CellTower._(
cellId: cellId,
locationAreaCode: locationAreaCode,
mobileCountryCode: mobileCountryCode,
mobileNetworkCode: mobileNetworkCode,
age: age,
signalStrength: signalStrength,
timingAdvance: timingAdvance);
replace(_$result);
return _$result;
}