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