copyWith method
Implementation
GroupsItemsNumberGlobalStartrackerOverridePut$RequestBody copyWith(
{Object? data}) {
return GroupsItemsNumberGlobalStartrackerOverridePut$RequestBody(
data: data ?? this.data);
}
GroupsItemsNumberGlobalStartrackerOverridePut$RequestBody copyWith(
{Object? data}) {
return GroupsItemsNumberGlobalStartrackerOverridePut$RequestBody(
data: data ?? this.data);
}