VideoSources constructor Null safety

VideoSources(
  1. {required String token,
  2. required dynamic xmlFrameRate,
  3. required Resolution resolution}
)

Implementation

VideoSources(
    {required this.token,
    required this.xmlFrameRate,
    required this.resolution});