name property

String? name
final

A descriptive, human-readable name for the track. For example, “Spanish”. This can be used by the sender UI for example, to create a selection dialog. If the name is empty the dialog would contain an empty slot.

Implementation

final String? name;