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