RequestOptions constructor

RequestOptions({
  1. ClientContext? clientContext,
  2. String? priority,
  3. String? requestTag,
  4. String? transactionTag,
})

Implementation

RequestOptions({
  this.clientContext,
  this.priority,
  this.requestTag,
  this.transactionTag,
});