copyWith method

UpdateFavoriteStickers copyWith({
  1. List<int>? stickerIds,
})

Implementation

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