UrlMapsScopedListWarningData constructor

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

Implementation

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