logIfFailed property

  1. @JsonKey(includeToJson: false)
bool? logIfFailed
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;