NodeTemplateListWarningData constructor

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

Implementation

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