spare property

  1. @JsonKey(name: '@Spare', fromJson: int.parse)
int spare
final

Number of spare jobs that can be created for the recording.

Implementation

@JsonKey(name: '@Spare', fromJson: int.parse)
final int spare;