HMSVideoView constructor Null safety

const HMSVideoView(
  1. {Key? key,
  2. required HMSTrack track,
  3. Map<String, Object>? args}
)

Implementation

const HMSVideoView({Key? key, required this.track, this.args})
    : super(key: key);