GenerateConfigReportRequest constructor

GenerateConfigReportRequest({
  1. Map<String, Object?>? newConfig,
  2. Map<String, Object?>? oldConfig,
})

Implementation

GenerateConfigReportRequest({
  this.newConfig,
  this.oldConfig,
});