MockFormRequest.fromClient constructor

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

Implementation

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