autoCastResponse property Null safety
- @experimental
- @Deprecated("Use `HttpResponse` to get the original response, will be removed in the future release.")
final
Automatically cast response to proper type for this method only
This is experimental, Currently there's no perfect solution for this.
Implementation
@experimental
@Deprecated(
"Use `HttpResponse` to get the original response, will be removed in the future release.")
final bool autoCastResponse;