logIfFailed property
- @JsonKey(includeToJson: false)
getter/setter pair
if the request should log if it failed, null to fallback to default behaviour (log everything that doesnt simulate a Get-Request)
Implementation
@JsonKey(includeToJson: false)
bool? logIfFailed;