Playlist copyWith({ List<Media>? medias, int? index, }) { return Playlist( medias ?? this.medias, index: index ?? this.index, ); }