UsageReportsWarnings constructor

UsageReportsWarnings({
  1. String? code,
  2. List<UsageReportsWarningsData>? data,
  3. String? message,
})

Implementation

UsageReportsWarnings({
  this.code,
  this.data,
  this.message,
});