RequestOptions constructor
RequestOptions({
- ClientContext? clientContext,
- String? priority,
- String? requestTag,
- String? transactionTag,
Implementation
RequestOptions({
this.clientContext,
this.priority,
this.requestTag,
this.transactionTag,
});