TypedSource constructor
TypedSource({
- required String src,
- String? type,
- ContentProtection? contentProtection,
Implementation
external factory TypedSource({ required String src,
String? type,
ContentProtection? contentProtection
});