maxConcurrentDownloads property

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

Implementation

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