getGiftList method

List<LiveGiftModel> getGiftList()

Implementation

List<LiveGiftModel> getGiftList() {
  return _giftList;
}