ReportResponse constructor

ReportResponse({
  1. Map<String, Object?>? extensions,
})

Implementation

ReportResponse({
  this.extensions,
});