UsageReportParameters constructor

UsageReportParameters({
  1. bool? boolValue,
  2. DateTime? datetimeValue,
  3. String? intValue,
  4. List<Map<String, Object?>>? msgValue,
  5. String? name,
  6. String? stringValue,
})

Implementation

UsageReportParameters({
  this.boolValue,
  this.datetimeValue,
  this.intValue,
  this.msgValue,
  this.name,
  this.stringValue,
});