recordingItems property
- @JsonKey(name: 'Track', fromJson: _unboundTracksItem)
final
List of recording items.
Implementation
@JsonKey(name: 'Track', fromJson: _unboundTracksItem)
final List<GetTracksResponseItem> recordingItems;
List of recording items.
@JsonKey(name: 'Track', fromJson: _unboundTracksItem)
final List<GetTracksResponseItem> recordingItems;