Warning constructor

Warning({
  1. String? errorCode,
  2. List<int>? pages,
})

Implementation

Warning({
  this.errorCode,
  this.pages,
});