retryOn400 property

  1. @JsonKey(includeIfNull: false, name: 'retry-on-400', fromJson: toBool, toJson: toString)
bool? retryOn400
getter/setter pair

Implementation

@JsonKey(includeIfNull: false, name: 'retry-on-400', fromJson: toBool, toJson: toString) bool? retryOn400;