tracks property
Basic information about the track. Note that a track may represent a single contiguous time span or consist of multiple slices.
Implementation
@JsonKey(name: 'Track', fromJson: _fromJson)
final List<TrackInformation>? tracks;
Basic information about the track. Note that a track may represent a single contiguous time span or consist of multiple slices.
@JsonKey(name: 'Track', fromJson: _fromJson)
final List<TrackInformation>? tracks;