RoutersScopedListWarning constructor

RoutersScopedListWarning({
  1. String? code,
  2. List<RoutersScopedListWarningData>? data,
  3. String? message,
})

Implementation

RoutersScopedListWarning({
  this.code,
  this.data,
  this.message,
});