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