RoutersScopedListWarningData constructor

RoutersScopedListWarningData({
  1. String? key,
  2. String? value,
})

Implementation

RoutersScopedListWarningData({this.key, this.value});