copyWith method

Implementation

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