AbstractRequestCli constructor

AbstractRequestCli(
  1. RequestType requestType, {
  2. bool waitUntilGetServerConnection = true,
  3. String? clientRequestId,
})

Implementation

AbstractRequestCli(this.requestType, {this.waitUntilGetServerConnection=true, this.clientRequestId});