build method

  1. @override
_$GHumanWithArgsData_human build()
override

Builds.

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

Implementation

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