build method

  1. @override
_$GHumanWithArgsData_human_friendsConnection build()
override

Builds.

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

Implementation

@override
_$GHumanWithArgsData_human_friendsConnection build() {
  _$GHumanWithArgsData_human_friendsConnection _$result;
  try {
    _$result = _$v ??
        new _$GHumanWithArgsData_human_friendsConnection._(
            G__typename: BuiltValueNullFieldError.checkNotNull(G__typename,
                'GHumanWithArgsData_human_friendsConnection', 'G__typename'),
            friends: _friends?.build());
  } catch (_) {
    late String _$failedField;
    try {
      _$failedField = 'friends';
      _friends?.build();
    } catch (e) {
      throw new BuiltValueNestedFieldError(
          'GHumanWithArgsData_human_friendsConnection',
          _$failedField,
          e.toString());
    }
    rethrow;
  }
  replace(_$result);
  return _$result;
}