TPStreamsPlayerValue constructor
const
TPStreamsPlayerValue({})
Implementation
const TPStreamsPlayerValue({
this.isLoading = false,
this.duration = Duration.zero,
this.position = Duration.zero,
this.isPlaying = false,
this.isBuffering = false,
this.isEnded = false,
this.isFullScreen = false,
this.error,
});