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