publishedTracks property

  1. @TagNumber.new(3)
PbList<TrackType> get publishedTracks

map of track id to track type

Implementation

@$pb.TagNumber(3)
$pb.PbList<TrackType> get publishedTracks => $_getList(2);