PaymentSheetTelemetry constructor

const PaymentSheetTelemetry({
  1. bool enabled = true,
  2. String? traceparent,
  3. String? tracestate,
})

Implementation

const PaymentSheetTelemetry({
  this.enabled = true,
  this.traceparent,
  this.tracestate,
});