HMSTrackSetting constructor Null safety

HMSTrackSetting(
  1. {HMSAudioTrackSetting? audioTrackSetting,
  2. HMSVideoTrackSetting? videoTrackSetting}
)

Implementation

HMSTrackSetting({this.audioTrackSetting, this.videoTrackSetting});