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