NodeTypeAggregatedListWarning constructor

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

Implementation

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