NodeTypesScopedListWarning constructor

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

Implementation

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