retryOn403 property

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

Implementation

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