WebPlaybackState constructor

WebPlaybackState({
  1. WebPlayerContext? context,
  2. WebPlayerDisallows? disallows,
  3. bool? paysed,
  4. int? position,
  5. int? repeat_mode,
  6. bool? shuffle,
  7. 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});