NodeGroupAggregatedListWarning constructor

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

Implementation

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