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