build method
Builds.
The implementation of this method will be generated for you by the built_value generator.
Implementation
@override
_$NearestRoadsErrorResponse build() {
_$NearestRoadsErrorResponse _$result;
try {
_$result =
_$v ?? new _$NearestRoadsErrorResponse._(error: _error?.build());
} catch (_) {
late String _$failedField;
try {
_$failedField = 'error';
_error?.build();
} catch (e) {
throw new BuiltValueNestedFieldError(
'NearestRoadsErrorResponse', _$failedField, e.toString());
}
rethrow;
}
replace(_$result);
return _$result;
}