Tracks constructor

Tracks({
  1. required List<Track> tracks,
})

Implementation

Tracks({
  required this.tracks,
});