tracks property

  1. @JsonKey(fromJson: _extractTracksFromPage)
Iterable<TrackSimple>? tracks
getter/setter pair

The tracks of this album.

Implementation

@JsonKey(fromJson: _extractTracksFromPage)
Iterable<TrackSimple>? tracks = [];