AvailableGifts constructor

AvailableGifts({
  1. required List<AvailableGift> gifts,
})

Implementation

AvailableGifts({required this.gifts});