spareTotal property Null safety
- @JsonKey(name: '@SpareTotal', fromJson: int.parse)
final
Total spare number of tracks that can be added to this recording.
Implementation
@JsonKey(name: '@SpareTotal', fromJson: int.parse)
final int spareTotal;