tracks property Null safety
- @JsonKey(name: 'Track', fromJson: _unboundTracks)
final
Identifies the data source of the recording job.
Implementation
@JsonKey(name: 'Track', fromJson: _unboundTracks)
final List<Track> tracks;
Identifies the data source of the recording job.
@JsonKey(name: 'Track', fromJson: _unboundTracks)
final List<Track> tracks;