StartWithContextOptions class

Inheritance
Annotations
  • @JsonSerializable(createFactory: false)

Constructors

StartWithContextOptions({String? contextUri, Offset? offset})

Properties

contextUri String?
Optional. Spotify URI of the context to play. Valid contexts are albums, artists & playlists. Example: "spotify:album:1Je1IMUlBXcx1Fz0WE7oPT"
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offset Offset?
Optional. Indicates from where in the context playback should start. Only available when contextUri corresponds to an album or playlist object
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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