NodeGroupAggregatedListWarning constructor
NodeGroupAggregatedListWarning({
- String? code,
- List<
NodeGroupAggregatedListWarningData> ? data, - String? message,
Implementation
NodeGroupAggregatedListWarning({this.code, this.data, this.message});