InternalLinkTypeGiftCollection constructor

InternalLinkTypeGiftCollection({
  1. required String giftOwnerUsername,
  2. required int collectionId,
})

Implementation

InternalLinkTypeGiftCollection({
  required this.giftOwnerUsername,
  required this.collectionId,
});