getLiveGameList method

List<GameListModel> getLiveGameList()

获取直播间游戏列表数据

Implementation

List<GameListModel> getLiveGameList() {
  return _gameList;
}