Users copyWith({int? totalCount, List<int>? userIds}) => Users( totalCount: totalCount ?? this.totalCount, userIds: userIds ?? this.userIds, );