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