tracks property

List<Track>? tracks
getter/setter pair

All tracks (including tracks with no releases).

Implementation

core.List<Track>? tracks;