GoogleCastMediaLiveSeekableRange constructor
Creates a new GoogleCastMediaLiveSeekableRange instance.
end - End of the seekable range in seconds.
isLiveDone - Whether the live stream is ended.
isMovingWindow - Whether the live seekable range is a moving window.
start - Start of the seekable range in seconds.
Implementation
GoogleCastMediaLiveSeekableRange({
this.end,
this.isLiveDone,
this.isMovingWindow,
this.start,
});