copyWith method
Implementation
UpdateFavoriteStickers copyWith({List<int>? stickerIds}) =>
UpdateFavoriteStickers(stickerIds: stickerIds ?? this.stickerIds);
UpdateFavoriteStickers copyWith({List<int>? stickerIds}) =>
UpdateFavoriteStickers(stickerIds: stickerIds ?? this.stickerIds);