SourceMetadata constructor

const SourceMetadata({
  1. String? title,
  2. String? videoId,
  3. String? cdnProvider,
  4. String? path,
  5. bool? isLive,
  6. CustomData customData = const CustomData(),
})

Implementation

const SourceMetadata({
  this.title,
  this.videoId,
  this.cdnProvider,
  this.path,
  this.isLive,
  this.customData = const CustomData(),
});