videoSources property Null safety
@JsonKey(name: 'VideoSources', fromJson: _videoSourcesConvertor), final
List of existing Video Sources
Implementation
@JsonKey(name: 'VideoSources', fromJson: _videoSourcesConvertor)
final List<VideoSource> videoSources;