toMsg method

Implementation

FTXLivePlayConfigPlayerMsg toMsg() {
  return FTXLivePlayConfigPlayerMsg(
    maxAutoAdjustCacheTime: maxAutoAdjustCacheTime,
    minAutoAdjustCacheTime: minAutoAdjustCacheTime,
    connectRetryCount: connectRetryCount,
    connectRetryInterval: connectRetryInterval,
  );
}