Actions class

Annotations
  • @JsonSerializable()

Constructors

Actions()
Actions.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
interruptingPlayback bool?
Interrupting playback. Optional field.
getter/setter pair
pausing bool?
Pausing playback. Optional field.
getter/setter pair
resuming bool?
Resuming playback. Optional field.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seeking bool?
Seeking playback location. Optional field.
getter/setter pair
skippingNext bool?
Skipping to the next context. Optional field.
getter/setter pair
skippingPrev bool?
Skipping to the previous context. Optional field.
getter/setter pair
togglingRepeatContext bool?
Toggling repeat context flag. Optional field.
getter/setter pair
togglingRepeatTrack bool?
Toggling repeat track flag. Optional field.
getter/setter pair
togglingShuffle bool?
Toggling shuffle flag. Optional field.
getter/setter pair
transferringPlayback bool?
Transfering playback between devices. Optional field.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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