getTracks method

List<Track> getTracks()

Gets all tracks.

Implementation

List<Track> getTracks() {
  return _tracks.values.toList();
}