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