build method

  1. @override
_$InlineResponse200Results build()
override

Builds.

The implementation of this method will be generated for you by the built_value generator.

Implementation

@override
_$InlineResponse200Results build() {
  _$InlineResponse200Results _$result;
  try {
    _$result = _$v ??
        new _$InlineResponse200Results._(
            elevation: elevation,
            resolution: resolution,
            location: _location?.build());
  } catch (_) {
    late String _$failedField;
    try {
      _$failedField = 'location';
      _location?.build();
    } catch (e) {
      throw new BuiltValueNestedFieldError(
          'InlineResponse200Results', _$failedField, e.toString());
    }
    rethrow;
  }
  replace(_$result);
  return _$result;
}