build method

  1. @override
_$GcomparisonFieldsReq build()
override

Builds.

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

Implementation

@override
_$GcomparisonFieldsReq build() {
  _$GcomparisonFieldsReq _$result;
  try {
    _$result = _$v ??
        new _$GcomparisonFieldsReq._(
            vars: vars.build(),
            document: BuiltValueNullFieldError.checkNotNull(
                document, 'GcomparisonFieldsReq', 'document'),
            fragmentName: fragmentName,
            idFields: BuiltValueNullFieldError.checkNotNull(
                idFields, 'GcomparisonFieldsReq', 'idFields'));
  } catch (_) {
    late String _$failedField;
    try {
      _$failedField = 'vars';
      vars.build();
    } catch (e) {
      throw new BuiltValueNestedFieldError(
          'GcomparisonFieldsReq', _$failedField, e.toString());
    }
    rethrow;
  }
  replace(_$result);
  return _$result;
}