maxOverallUploadLimit property

  1. @JsonKey(includeIfNull: false, name: 'max-overall-upload-limit', fromJson: toInt, toJson: toString)
int? maxOverallUploadLimit
getter/setter pair

Implementation

@JsonKey(includeIfNull: false, name: 'max-overall-upload-limit', fromJson: toInt, toJson: toString) int? maxOverallUploadLimit;