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: BuiltValueNullFieldError.checkNotNull(
cellId, 'CellTower', 'cellId'),
locationAreaCode: BuiltValueNullFieldError.checkNotNull(
locationAreaCode, 'CellTower', 'locationAreaCode'),
mobileCountryCode: BuiltValueNullFieldError.checkNotNull(
mobileCountryCode, 'CellTower', 'mobileCountryCode'),
mobileNetworkCode: BuiltValueNullFieldError.checkNotNull(
mobileNetworkCode, 'CellTower', 'mobileNetworkCode'),
age: age,
signalStrength: signalStrength,
timingAdvance: timingAdvance);
replace(_$result);
return _$result;
}