MockJsonRequest.fromClient constructor

MockJsonRequest.fromClient(
  1. Client wTransportClient,
  2. TransportPlatform? _realTransport
)

Implementation

MockJsonRequest.fromClient(Client wTransportClient, this._realTransport)
    : super.fromClient(wTransportClient, null);