AudioState class

Constructors

AudioState({required AudioStatus status, required Duration duration, required Duration position, required double velocity, required String? audioId})

Properties

audioId String?
final
duration Duration
final
hashCode int
The hash code for this object.
no setterinherited
position Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status AudioStatus
final
velocity double
final

Methods

copyWith({AudioStatus? status, Duration? duration, Duration? position, double? velocity, String? audioId}) AudioState
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