getGuardGiftList method

List<LiveGiftModel> getGuardGiftList()

Implementation

List<LiveGiftModel> getGuardGiftList() {
  return _guardGiftList;
}