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