maxConnections property

  1. @JsonKey.new(name: 'MaxConnections', includeIfNull: false)
int? maxConnections
final

Implementation

@JsonKey(name: 'MaxConnections', includeIfNull: false)
final int? maxConnections;