tracks property

  1. @JsonKey(name: 'Track', fromJson: _fromJson)
List<TrackInformation>? tracks
final

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;