TypedSource constructor

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

Implementation

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