RequestOptions constructor

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

Implementation

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