getGiftId method

int getGiftId()

获取礼物ID

Implementation

int getGiftId() {
  return giftId ?? 0;
}