build method
Builds.
The implementation of this method will be generated for you by the built_value generator.
Implementation
@override
_$GheroDataReq build() {
_$GheroDataReq _$result;
try {
_$result = _$v ??
new _$GheroDataReq._(
vars: vars.build(),
document: BuiltValueNullFieldError.checkNotNull(
document, 'GheroDataReq', 'document'),
fragmentName: fragmentName,
idFields: BuiltValueNullFieldError.checkNotNull(
idFields, 'GheroDataReq', 'idFields'));
} catch (_) {
late String _$failedField;
try {
_$failedField = 'vars';
vars.build();
} catch (e) {
throw new BuiltValueNestedFieldError(
'GheroDataReq', _$failedField, e.toString());
}
rethrow;
}
replace(_$result);
return _$result;
}