SetGiftCollectionName constructor
SetGiftCollectionName({
- MessageSender? ownerId,
- required int collectionId,
- required String name,
Implementation
SetGiftCollectionName({
this.ownerId,
required this.collectionId,
required this.name,
});