maxConcurrentDownloads property

  1. @JsonKey(includeIfNull: false, name: 'max-concurrent-downloads', fromJson: toInt, toJson: toString)
int? maxConcurrentDownloads
read / write

Implementation

@JsonKey(includeIfNull: false, name: 'max-concurrent-downloads', fromJson: toInt, toJson: toString) int? maxConcurrentDownloads;