ClientRequestOptions constructor

ClientRequestOptions({
  1. String? clientName,
  2. String? clientVersion,
})

Implementation

ClientRequestOptions({
  this.clientName,
  this.clientVersion,
});