maxConnectionPerServer property

  1. @JsonKey(includeIfNull: false, name: 'max-connection-per-server', fromJson: toInt, toJson: toString)
int? maxConnectionPerServer
read / write

Implementation

@JsonKey(includeIfNull: false, name: 'max-connection-per-server', fromJson: toInt, toJson: toString) int? maxConnectionPerServer;