copyWith method

ViewTrendingStickerSets copyWith({
  1. List<int>? stickerSetIds,
})

Implementation

ViewTrendingStickerSets copyWith({
  List<int>? stickerSetIds,
}) => ViewTrendingStickerSets(
  stickerSetIds: stickerSetIds ?? this.stickerSetIds,
);