ReorderGiftCollections constructor
ReorderGiftCollections({
- MessageSender? ownerId,
- required List<
int> collectionIds,
Implementation
ReorderGiftCollections({this.ownerId, required this.collectionIds});