PlaybackStateCopyWith class abstract

The copyWith function type for PlaybackState.

Constructors

PlaybackStateCopyWith()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call({AudioProcessingState processingState, bool playing, List<MediaControl> controls, List<int>? androidCompactActionIndices, Set<MediaAction> systemActions, Duration updatePosition, Duration bufferedPosition, double speed, int? errorCode, String? errorMessage, AudioServiceRepeatMode repeatMode, AudioServiceShuffleMode shuffleMode, bool captioningEnabled, int? queueIndex}) PlaybackState
Calls this function.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited