spareTotal property

  1. @JsonKey(name: '@SpareTotal', fromJson: int.parse)
int spareTotal
final

Total spare number of tracks that can be added to this recording.

Implementation

@JsonKey(name: '@SpareTotal', fromJson: int.parse)
final int spareTotal;