UpdateBaiduChannelResponse constructor

UpdateBaiduChannelResponse({
  1. required BaiduChannelResponse baiduChannelResponse,
})

Implementation

UpdateBaiduChannelResponse({
  required this.baiduChannelResponse,
});