VideoSource constructor Null safety

VideoSource(
  1. {required String token,
  2. required String frameRate,
  3. required Resolution resolution,
  4. Imaging? imaging}
)

Implementation

VideoSource(
    {required this.token,
    required this.frameRate,
    required this.resolution,
    this.imaging});