GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount constructor

GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount({
  1. String? browserVersion,
  2. String? count,
  3. GoogleTypeDate? date,
})

Implementation

GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount({
  this.browserVersion,
  this.count,
  this.date,
});