maxConnectionPerServer property

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

Implementation

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