toCached method
Converts AliceHttpCall
to CachedAliceHttpCall.
Implementation
CachedAliceHttpCall toCached() => CachedAliceHttpCall(
id,
client: client,
loading: loading,
secure: secure,
method: method,
endpoint: endpoint,
server: server,
uri: uri,
duration: duration,
)
..error = error
..request = request
..response = response;