VideoSource constructor Null safety
Implementation
VideoSource(
{required this.token,
required this.frameRate,
required this.resolution,
this.imaging});
VideoSource(
{required this.token,
required this.frameRate,
required this.resolution,
this.imaging});