uid property
int
get
uid
A unique identifier of the media track. Remarks:
- This identifier is unique across tracks of a THEOplayer instance and can be used to distinguish between tracks.
- This identifier is a randomly generated number.
Implementation
int get uid => _uid;