VideoSources constructor Null safety
- {required String token,
- required dynamic xmlFrameRate,
- required Resolution resolution}
Implementation
VideoSources(
{required this.token,
required this.xmlFrameRate,
required this.resolution});
VideoSources(
{required this.token,
required this.xmlFrameRate,
required this.resolution});