WebPlaybackState constructor
WebPlaybackState({
- WebPlayerContext? context,
- WebPlayerDisallows? disallows,
- bool? paysed,
- int? position,
- int? repeat_mode,
- bool? shuffle,
- WebPlayerTrackWindow? track_window,
Implementation
external factory WebPlaybackState(
{WebPlayerContext? context,
WebPlayerDisallows? disallows,
bool? paysed,
int? position,
// ignore: non_constant_identifier_names
int? repeat_mode,
bool? shuffle,
// ignore: non_constant_identifier_names
WebPlayerTrackWindow? track_window});