tracks property

ValueNotifier<List<TrackData>> tracks
final

Implementation

final ValueNotifier<List<TrackData>> tracks = ValueNotifier([]);