values constant

List<TrackType> const values

Implementation

static const $core.List<TrackType> values = <TrackType>[
  AUDIO,
  VIDEO,
  DATA,
];