id property

String? get id
inherited

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;