HMSTrack constructor Null safety

const HMSTrack(
  1. {required HMSTrackKind kind,
  2. required HMSTrackSource source,
  3. required String trackId,
  4. required String trackDescription,
  5. HMSPeer? peer}
)

Implementation

const HMSTrack(
    {required this.kind,
    required this.source,
    required this.trackId,
    required this.trackDescription,
    this.peer});