CastTextTrack constructor
const
CastTextTrack({})
Implementation
const CastTextTrack({
required this.trackId,
required this.url,
required this.language,
this.name,
this.contentType = 'text/vtt',
});
const CastTextTrack({
required this.trackId,
required this.url,
required this.language,
this.name,
this.contentType = 'text/vtt',
});