copyWithWrapped method
Implementation
GroupsItemsNumberGlobalGainsOverridePut$RequestBody copyWithWrapped(
{Wrapped<Object>? data}) {
return GroupsItemsNumberGlobalGainsOverridePut$RequestBody(
data: (data != null ? data.value : this.data));
}