ReportWarning constructor

ReportWarning({
  1. String? description,
  2. String? type,
})

Implementation

ReportWarning({
  this.description,
  this.type,
});