TypedSource constructor

TypedSource({
  1. required String src,
  2. String? type,
  3. ContentProtection? contentProtection,
  4. String? integration,
})

Implementation

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