build method
Builds.
The implementation of this method will be generated for you by the built_value generator.
Implementation
@override
_$DirectionsTrafficSpeedEntry build() {
final _$result = _$v ??
new _$DirectionsTrafficSpeedEntry._(
speedCategory: BuiltValueNullFieldError.checkNotNull(
speedCategory, 'DirectionsTrafficSpeedEntry', 'speedCategory'),
offsetMeters: BuiltValueNullFieldError.checkNotNull(
offsetMeters, 'DirectionsTrafficSpeedEntry', 'offsetMeters'));
replace(_$result);
return _$result;
}