autoCastResponse property

  1. @experimental
  2. @Deprecated("Use `HttpResponse` to get the original response, will be removed in the future release.")
bool autoCastResponse
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;