build method

  1. @override
_$GHumanWithArgsData_human_friendsConnection_friends build()
override

Builds.

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

Implementation

@override
_$GHumanWithArgsData_human_friendsConnection_friends build() {
  final _$result = _$v ??
      new _$GHumanWithArgsData_human_friendsConnection_friends._(
          G__typename: BuiltValueNullFieldError.checkNotNull(
              G__typename,
              'GHumanWithArgsData_human_friendsConnection_friends',
              'G__typename'),
          id: BuiltValueNullFieldError.checkNotNull(
              id, 'GHumanWithArgsData_human_friendsConnection_friends', 'id'),
          name: BuiltValueNullFieldError.checkNotNull(name,
              'GHumanWithArgsData_human_friendsConnection_friends', 'name'));
  replace(_$result);
  return _$result;
}