MockJsonRequest.fromClient constructor
MockJsonRequest.fromClient(
- Client wTransportClient,
- TransportPlatform? _realTransport
Implementation
MockJsonRequest.fromClient(Client wTransportClient, this._realTransport)
: super.fromClient(wTransportClient, null);