position property

int? position
getter/setter pair

The order in which the item appears in the playlist.

The value uses a zero-based index, so the first item has a position of 0, the second item has a position of 1, and so forth.

Implementation

core.int? position;