GoogleCastMediaTrack constructor

GoogleCastMediaTrack({
  1. Map<String, dynamic>? customData,
  2. RFC5646_LANGUAGE? language,
  3. String? name,
  4. TextTrackType? subtype,
  5. String? trackContentId,
  6. required String trackContentType,
  7. required int trackId,
  8. required TrackType type,
})

Implementation

GoogleCastMediaTrack({
  this.customData,
  this.language,
  this.name,
  this.subtype,
  this.trackContentId,
  required this.trackContentType,
  required this.trackId,
  required this.type,
});