positionMs property

  1. @JsonKey(name: 'position_ms', fromJson: convertToIntIfDoubleValue)
int? positionMs
getter/setter pair

Optional. The position in milliseconds to start playback.

Implementation

@JsonKey(name: 'position_ms', fromJson: convertToIntIfDoubleValue)
int? positionMs;