id property
String?
get
id
The identifier of the media track.
Remarks:
- This identifier can be used to distinguish between related tracks, e.g. tracks in the same list.
Implementation
String? get id => _id;