$Client.fromClient constructor

$Client.fromClient(
  1. DynamiteClient client
)

Creates a new $Client from another client.

Implementation

$Client.fromClient(_i1.DynamiteClient client)
    : super(client.baseURL, httpClient: client.httpClient, authentications: client.authentications);