DiagnosticsOptions constructor

const DiagnosticsOptions({
  1. String? reportId,
})

Implementation

const DiagnosticsOptions({
  this.reportId,
});