NodeGroupsScopedListWarningData constructor

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

Implementation

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