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