Warning constructor

Warning({
  1. String? priority,
  2. String? text,
})

Implementation

Warning({
  this.priority,
  this.text,
});