position property
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;
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.
core.int? position;