copyWith method

Implementation

GroupsItemsNumberGlobalGainsOverridePut$RequestBody copyWith({Object? data}) {
  return GroupsItemsNumberGlobalGainsOverridePut$RequestBody(
      data: data ?? this.data);
}