SetGiftCollectionName constructor

SetGiftCollectionName({
  1. MessageSender? ownerId,
  2. required int collectionId,
  3. required String name,
})

Implementation

SetGiftCollectionName({
  this.ownerId,
  required this.collectionId,
  required this.name,
});