offset property

  1. @JsonKey(toJson: _offsetToJson)
Offset? offset
getter/setter pair

Optional. Indicates from where in the context playback should start. Only available when contextUri corresponds to an album or playlist object

Implementation

@JsonKey(toJson: _offsetToJson)
Offset? offset;