enableHttpPipelining property

  1. @JsonKey(includeIfNull: false, name: 'enable-http-pipelining', fromJson: toBool, toJson: toString)
bool? enableHttpPipelining
getter/setter pair

Implementation

@JsonKey(includeIfNull: false, name: 'enable-http-pipelining', fromJson: toBool, toJson: toString) bool? enableHttpPipelining;