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